diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2007-03-28 03:56:24 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2007-03-28 03:56:24 +0000 |
commit | 9e78e405c094fa5debcb3bbc429642d7786d809e (patch) | |
tree | adcb891af3205c23fbd54f98e0017b500cbd9bcd /airpcap.h | |
parent | 9de252158ee8618114b4e230e042e84a2d786184 (diff) | |
download | wireshark-9e78e405c094fa5debcb3bbc429642d7786d809e.tar.gz wireshark-9e78e405c094fa5debcb3bbc429642d7786d809e.tar.bz2 wireshark-9e78e405c094fa5debcb3bbc429642d7786d809e.zip |
from Gisle Vanem: some more #pragma's that MingW don't like
svn path=/trunk/; revision=21240
Diffstat (limited to 'airpcap.h')
-rw-r--r-- | airpcap.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,8 +24,10 @@ #include <epan/crypt/wep-wpadefs.h> /* WEP_KEY_MAX_SIZE */ +#ifdef _MSC_VER /* This disables a VS warning for zero-sized arrays. All the compilers we support have that feature */ #pragma warning( disable : 4200) +#endif #ifdef __cplusplus extern "C" { |