aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-dfs.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-03-28 03:56:24 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-03-28 03:56:24 +0000
commit9e78e405c094fa5debcb3bbc429642d7786d809e (patch)
treeadcb891af3205c23fbd54f98e0017b500cbd9bcd /epan/dissectors/packet-dcerpc-dfs.c
parent9de252158ee8618114b4e230e042e84a2d786184 (diff)
from Gisle Vanem: some more #pragma's that MingW don't like
svn path=/trunk/; revision=21240
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