Fix MSVC warning

This commit is contained in:
Paweł Bylica 2014-12-05 12:52:51 +01:00
parent 9452da9ea1
commit e3ccc03fde

View file

@ -67,6 +67,6 @@ namespace
void linkerWorkaround()
{
env_sload();
(void)linkerWorkaround; // suppress unused function warning from GCC
(void)&linkerWorkaround; // suppress unused function warning from GCC
}
}