mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 16:33:33 +02: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