Moving some macros.

This commit is contained in:
David Williams
2015-05-08 14:50:10 +02:00
parent f16a247934
commit 64c30044b0
4 changed files with 22 additions and 16 deletions

View File

@ -91,7 +91,7 @@ namespace PolyVox
{
std::ostringstream oss;
int a[] = { 0, ((void)(oss << args), 0) ... };
(void)a; // Prevent warnings about unused param
(void)a; // POLYVOX_UNUSED() doesn't seem to work here?
return oss.str();
}