diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2007-03-21 23:59:41 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2007-03-21 23:59:41 +0000 |
commit | af9ae7eebbf8eacd38f62761360da2652ddcbd8e (patch) | |
tree | 785f177206cd6a3df762d92d75e918cbdbd72528 | |
parent | 1de801962f625a95394429fbfa7992256a8fb6b9 (diff) | |
download | wireshark-af9ae7eebbf8eacd38f62761360da2652ddcbd8e.tar.gz wireshark-af9ae7eebbf8eacd38f62761360da2652ddcbd8e.tar.bz2 wireshark-af9ae7eebbf8eacd38f62761360da2652ddcbd8e.zip |
set CFLAGS to block new warnings for all plugins (except for giop and h223, which has remaining issues - for now)
svn path=/trunk/; revision=21102
-rw-r--r-- | plugins/agentx/Makefile.nmake | 2 | ||||
-rw-r--r-- | plugins/artnet/Makefile.nmake | 2 | ||||
-rw-r--r-- | plugins/asn1/Makefile.nmake | 2 | ||||
-rw-r--r-- | plugins/ciscosm/Makefile.nmake | 2 | ||||
-rw-r--r-- | plugins/docsis/Makefile.nmake | 2 | ||||
-rw-r--r-- | plugins/enttec/Makefile.nmake | 2 | ||||
-rw-r--r-- | plugins/gryphon/Makefile.nmake | 2 | ||||
-rw-r--r-- | plugins/irda/Makefile.nmake | 2 | ||||
-rw-r--r-- | plugins/lwres/Makefile.nmake | 2 | ||||
-rw-r--r-- | plugins/mate/Makefile.nmake | 2 | ||||
-rw-r--r-- | plugins/megaco/Makefile.nmake | 2 | ||||
-rw-r--r-- | plugins/mgcp/Makefile.nmake | 2 | ||||
-rw-r--r-- | plugins/opsi/Makefile.nmake | 2 | ||||
-rw-r--r-- | plugins/pcli/Makefile.nmake | 2 | ||||
-rw-r--r-- | plugins/profinet/Makefile.nmake | 2 | ||||
-rw-r--r-- | plugins/rlm/Makefile.nmake | 2 | ||||
-rw-r--r-- | plugins/rtnet/Makefile.nmake | 2 | ||||
-rw-r--r-- | plugins/rudp/Makefile.nmake | 2 | ||||
-rw-r--r-- | plugins/sbus/Makefile.nmake | 2 | ||||
-rw-r--r-- | plugins/stats_tree/Makefile.nmake | 2 | ||||
-rw-r--r-- | plugins/tpg/Makefile.nmake | 2 | ||||
-rw-r--r-- | plugins/v5ua/Makefile.nmake | 2 |
22 files changed, 22 insertions, 22 deletions
diff --git a/plugins/agentx/Makefile.nmake b/plugins/agentx/Makefile.nmake index c280a82517..e8766d5293 100644 --- a/plugins/agentx/Makefile.nmake +++ b/plugins/agentx/Makefile.nmake @@ -9,7 +9,7 @@ include moduleinfo.nmake include Makefile.common -CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ +CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS) LDFLAGS = /NOLOGO /INCREMENTAL:no /MACHINE:I386 $(LOCAL_LDFLAGS) diff --git a/plugins/artnet/Makefile.nmake b/plugins/artnet/Makefile.nmake index c280a82517..e8766d5293 100644 --- a/plugins/artnet/Makefile.nmake +++ b/plugins/artnet/Makefile.nmake @@ -9,7 +9,7 @@ include moduleinfo.nmake include Makefile.common -CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ +CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS) LDFLAGS = /NOLOGO /INCREMENTAL:no /MACHINE:I386 $(LOCAL_LDFLAGS) diff --git a/plugins/asn1/Makefile.nmake b/plugins/asn1/Makefile.nmake index a14b3f25a6..4ca0310dee 100644 --- a/plugins/asn1/Makefile.nmake +++ b/plugins/asn1/Makefile.nmake @@ -9,7 +9,7 @@ include moduleinfo.nmake include Makefile.common -CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ +CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS) LDFLAGS = $(PLUGIN_LDFLAGS) diff --git a/plugins/ciscosm/Makefile.nmake b/plugins/ciscosm/Makefile.nmake index c280a82517..e8766d5293 100644 --- a/plugins/ciscosm/Makefile.nmake +++ b/plugins/ciscosm/Makefile.nmake @@ -9,7 +9,7 @@ include moduleinfo.nmake include Makefile.common -CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ +CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS) LDFLAGS = /NOLOGO /INCREMENTAL:no /MACHINE:I386 $(LOCAL_LDFLAGS) diff --git a/plugins/docsis/Makefile.nmake b/plugins/docsis/Makefile.nmake index c280a82517..e8766d5293 100644 --- a/plugins/docsis/Makefile.nmake +++ b/plugins/docsis/Makefile.nmake @@ -9,7 +9,7 @@ include moduleinfo.nmake include Makefile.common -CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ +CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS) LDFLAGS = /NOLOGO /INCREMENTAL:no /MACHINE:I386 $(LOCAL_LDFLAGS) diff --git a/plugins/enttec/Makefile.nmake b/plugins/enttec/Makefile.nmake index c280a82517..e8766d5293 100644 --- a/plugins/enttec/Makefile.nmake +++ b/plugins/enttec/Makefile.nmake @@ -9,7 +9,7 @@ include moduleinfo.nmake include Makefile.common -CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ +CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS) LDFLAGS = /NOLOGO /INCREMENTAL:no /MACHINE:I386 $(LOCAL_LDFLAGS) diff --git a/plugins/gryphon/Makefile.nmake b/plugins/gryphon/Makefile.nmake index c280a82517..e8766d5293 100644 --- a/plugins/gryphon/Makefile.nmake +++ b/plugins/gryphon/Makefile.nmake @@ -9,7 +9,7 @@ include moduleinfo.nmake include Makefile.common -CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ +CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS) LDFLAGS = /NOLOGO /INCREMENTAL:no /MACHINE:I386 $(LOCAL_LDFLAGS) diff --git a/plugins/irda/Makefile.nmake b/plugins/irda/Makefile.nmake index c280a82517..e8766d5293 100644 --- a/plugins/irda/Makefile.nmake +++ b/plugins/irda/Makefile.nmake @@ -9,7 +9,7 @@ include moduleinfo.nmake include Makefile.common -CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ +CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS) LDFLAGS = /NOLOGO /INCREMENTAL:no /MACHINE:I386 $(LOCAL_LDFLAGS) diff --git a/plugins/lwres/Makefile.nmake b/plugins/lwres/Makefile.nmake index c280a82517..e8766d5293 100644 --- a/plugins/lwres/Makefile.nmake +++ b/plugins/lwres/Makefile.nmake @@ -9,7 +9,7 @@ include moduleinfo.nmake include Makefile.common -CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ +CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS) LDFLAGS = /NOLOGO /INCREMENTAL:no /MACHINE:I386 $(LOCAL_LDFLAGS) diff --git a/plugins/mate/Makefile.nmake b/plugins/mate/Makefile.nmake index ba8d6e5562..3aecb2addc 100644 --- a/plugins/mate/Makefile.nmake +++ b/plugins/mate/Makefile.nmake @@ -11,7 +11,7 @@ include Makefile.common LEMON=..\..\tools\lemon -CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) /I$(LEMON)\ +CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) /I$(LEMON)\ /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS) .c.obj:: diff --git a/plugins/megaco/Makefile.nmake b/plugins/megaco/Makefile.nmake index 892f830c02..1b433dc2e9 100644 --- a/plugins/megaco/Makefile.nmake +++ b/plugins/megaco/Makefile.nmake @@ -9,7 +9,7 @@ include moduleinfo.nmake include Makefile.common -CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ +CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS) LDFLAGS = $(PLUGIN_LDFLAGS) diff --git a/plugins/mgcp/Makefile.nmake b/plugins/mgcp/Makefile.nmake index 892f830c02..1b433dc2e9 100644 --- a/plugins/mgcp/Makefile.nmake +++ b/plugins/mgcp/Makefile.nmake @@ -9,7 +9,7 @@ include moduleinfo.nmake include Makefile.common -CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ +CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS) LDFLAGS = $(PLUGIN_LDFLAGS) diff --git a/plugins/opsi/Makefile.nmake b/plugins/opsi/Makefile.nmake index c280a82517..e8766d5293 100644 --- a/plugins/opsi/Makefile.nmake +++ b/plugins/opsi/Makefile.nmake @@ -9,7 +9,7 @@ include moduleinfo.nmake include Makefile.common -CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ +CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS) LDFLAGS = /NOLOGO /INCREMENTAL:no /MACHINE:I386 $(LOCAL_LDFLAGS) diff --git a/plugins/pcli/Makefile.nmake b/plugins/pcli/Makefile.nmake index c280a82517..e8766d5293 100644 --- a/plugins/pcli/Makefile.nmake +++ b/plugins/pcli/Makefile.nmake @@ -9,7 +9,7 @@ include moduleinfo.nmake include Makefile.common -CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ +CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS) LDFLAGS = /NOLOGO /INCREMENTAL:no /MACHINE:I386 $(LOCAL_LDFLAGS) diff --git a/plugins/profinet/Makefile.nmake b/plugins/profinet/Makefile.nmake index c280a82517..e8766d5293 100644 --- a/plugins/profinet/Makefile.nmake +++ b/plugins/profinet/Makefile.nmake @@ -9,7 +9,7 @@ include moduleinfo.nmake include Makefile.common -CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ +CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS) LDFLAGS = /NOLOGO /INCREMENTAL:no /MACHINE:I386 $(LOCAL_LDFLAGS) diff --git a/plugins/rlm/Makefile.nmake b/plugins/rlm/Makefile.nmake index c280a82517..e8766d5293 100644 --- a/plugins/rlm/Makefile.nmake +++ b/plugins/rlm/Makefile.nmake @@ -9,7 +9,7 @@ include moduleinfo.nmake include Makefile.common -CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ +CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS) LDFLAGS = /NOLOGO /INCREMENTAL:no /MACHINE:I386 $(LOCAL_LDFLAGS) diff --git a/plugins/rtnet/Makefile.nmake b/plugins/rtnet/Makefile.nmake index c280a82517..e8766d5293 100644 --- a/plugins/rtnet/Makefile.nmake +++ b/plugins/rtnet/Makefile.nmake @@ -9,7 +9,7 @@ include moduleinfo.nmake include Makefile.common -CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ +CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS) LDFLAGS = /NOLOGO /INCREMENTAL:no /MACHINE:I386 $(LOCAL_LDFLAGS) diff --git a/plugins/rudp/Makefile.nmake b/plugins/rudp/Makefile.nmake index c280a82517..e8766d5293 100644 --- a/plugins/rudp/Makefile.nmake +++ b/plugins/rudp/Makefile.nmake @@ -9,7 +9,7 @@ include moduleinfo.nmake include Makefile.common -CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ +CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS) LDFLAGS = /NOLOGO /INCREMENTAL:no /MACHINE:I386 $(LOCAL_LDFLAGS) diff --git a/plugins/sbus/Makefile.nmake b/plugins/sbus/Makefile.nmake index c280a82517..e8766d5293 100644 --- a/plugins/sbus/Makefile.nmake +++ b/plugins/sbus/Makefile.nmake @@ -9,7 +9,7 @@ include moduleinfo.nmake include Makefile.common -CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ +CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS) LDFLAGS = /NOLOGO /INCREMENTAL:no /MACHINE:I386 $(LOCAL_LDFLAGS) diff --git a/plugins/stats_tree/Makefile.nmake b/plugins/stats_tree/Makefile.nmake index c8eae71bb6..b46c8d66b9 100644 --- a/plugins/stats_tree/Makefile.nmake +++ b/plugins/stats_tree/Makefile.nmake @@ -9,7 +9,7 @@ include moduleinfo.nmake include Makefile.common -CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ +CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS) .c.obj:: diff --git a/plugins/tpg/Makefile.nmake b/plugins/tpg/Makefile.nmake index ec6090d489..7ec99fdc9c 100644 --- a/plugins/tpg/Makefile.nmake +++ b/plugins/tpg/Makefile.nmake @@ -9,7 +9,7 @@ include <win32.mak> LEMON=..\..\tools\lemon -CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) /I$(LEMON)\ +CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) /I$(LEMON)\ /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS) .c.obj:: diff --git a/plugins/v5ua/Makefile.nmake b/plugins/v5ua/Makefile.nmake index c280a82517..e8766d5293 100644 --- a/plugins/v5ua/Makefile.nmake +++ b/plugins/v5ua/Makefile.nmake @@ -9,7 +9,7 @@ include moduleinfo.nmake include Makefile.common -CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ +CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \ /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS) LDFLAGS = /NOLOGO /INCREMENTAL:no /MACHINE:I386 $(LOCAL_LDFLAGS) |