mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 12:54:30 +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;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
sprintf(_itemValueBuffer, "");
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return _itemValueBuffer;
|
return _itemValueBuffer;
|
||||||
|
|
Loading…
Reference in a new issue