wifi: Fix remaining Visual Studio warning in WifiMacHeader
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user