mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Remove warning about null-op sprintf() in g++
This commit is contained in:
parent
4848aa1d16
commit
b28a18dab0
1 changed files with 0 additions and 1 deletions
|
@ -791,7 +791,6 @@ const char* OctreeSceneStats::getItemValue(Item item) {
|
|||
break;
|
||||
}
|
||||
default:
|
||||
sprintf(_itemValueBuffer, "");
|
||||
break;
|
||||
}
|
||||
return _itemValueBuffer;
|
||||
|
|
Loading…
Reference in a new issue