aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-frstrans.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-10-05 19:34:46 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-10-08 09:45:45 +0000
commitceda0f9a403ec87bf7bf71aa4614587b6f668d1d (patch)
treef2a522f5a30561f441243ead72e3b99fdb99dcf8 /epan/dissectors/packet-dcerpc-frstrans.c
parente881036b1afe73e5bbfe41c74e13236fe76ec2a8 (diff)
Remove #pragma warning (MSVC) for PIDL generate dissector
Change-Id: I1e4c7944a2cd877f5c707703dcff44fe9f955a2c Reviewed-on: https://code.wireshark.org/review/4479 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-dcerpc-frstrans.c')
-rw-r--r--epan/dissectors/packet-dcerpc-frstrans.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/epan/dissectors/packet-dcerpc-frstrans.c b/epan/dissectors/packet-dcerpc-frstrans.c
index 4c6202ba83..51b67b2808 100644
--- a/epan/dissectors/packet-dcerpc-frstrans.c
+++ b/epan/dissectors/packet-dcerpc-frstrans.c
@@ -10,13 +10,6 @@
#include "config.h"
-#ifdef _MSC_VER
-#pragma warning(disable:4005)
-#pragma warning(disable:4013)
-#pragma warning(disable:4018)
-#pragma warning(disable:4101)
-#endif
-
#include <glib.h>
#include <string.h>
#include <epan/packet.h>