From 8ad9a4e74ecbd52cd97e88f2c98f12a609b5104c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Thu, 24 May 2018 22:56:23 +0200 Subject: [PATCH] wifi: Fix remaining Visual Studio warning in WifiMacHeader --- src/wifi/model/wifi-mac-header.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wifi/model/wifi-mac-header.cc b/src/wifi/model/wifi-mac-header.cc index 927a8e5bb..81ed6c8e9 100644 --- a/src/wifi/model/wifi-mac-header.cc +++ b/src/wifi/model/wifi-mac-header.cc @@ -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