wifi: Fix remaining Visual Studio warning in WifiMacHeader

This commit is contained in:
Sébastien Deronne
2018-05-24 22:56:23 +02:00
parent 461acac5be
commit 8ad9a4e74e

View File

@@ -953,8 +953,10 @@ case WIFI_MAC_ ## x: \
return "ERROR";
}
#undef FOO
#ifndef _WIN32
// needed to make gcc 4.0.1 ppc darwin happy.
return "BIG_ERROR";
#endif
}
TypeId