aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-dfs.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-28 03:56:24 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-28 03:56:24 +0000
commitfd1aab8b6523443c15139b4baad5a59b788f2cfe (patch)
treeadcb891af3205c23fbd54f98e0017b500cbd9bcd /epan/dissectors/packet-dcerpc-dfs.c
parent6737e6b2c9f22db558b788459cf00f12c67bd4b5 (diff)
from Gisle Vanem: some more #pragma's that MingW don't like
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21240 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-dcerpc-dfs.c')
-rw-r--r--epan/dissectors/packet-dcerpc-dfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dcerpc-dfs.c b/epan/dissectors/packet-dcerpc-dfs.c
index 09fa25714b..09998cf51d 100644
--- a/epan/dissectors/packet-dcerpc-dfs.c
+++ b/epan/dissectors/packet-dcerpc-dfs.c
@@ -22,7 +22,7 @@
#include "packet-windows-common.h"
#include "packet-dcerpc-dfs.h"
-#ifdef _WIN32
+#ifdef _MSC_VER
/* disable: warning C4101: 'xy' : unreferenced local variable */
#pragma warning(disable:4101)
#endif