Remove warning about null-op sprintf() in g++

This commit is contained in:
Andrew Meadows 2014-02-17 09:17:34 -08:00
parent 4848aa1d16
commit b28a18dab0

View file

@ -791,7 +791,6 @@ const char* OctreeSceneStats::getItemValue(Item item) {
break; break;
} }
default: default:
sprintf(_itemValueBuffer, "");
break; break;
} }
return _itemValueBuffer; return _itemValueBuffer;