aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-02-16 17:22:23 -0800
committerGuy Harris <guy@alum.mit.edu>2018-02-17 01:51:59 +0000
commit5f0d50690ae01427ae310e15989cbe3780a241ad (patch)
tree55dce07816028c38ed1069c19b9ed4486dd21bc1 /ui
parent0ac5c797fec5759483dd7b48816f836f8c1beeea (diff)
Use -Werror except for explicitly listed dirty dissectors.
Use AM_CFLAGS for everything except for libdirtydissectors in epan/dissectors. Rename GENERATED_CFLAGS/GENERATED_CXXFLAGS to DIRTY_CFLAGS/DIRTY_CXXFLAGS, as it doesn't apply to all generated files. Change-Id: I702b53e185d6972c08d68ef31c05df7b03669daa Reviewed-on: https://code.wireshark.org/review/25829 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui')
-rw-r--r--ui/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/Makefile.am b/ui/Makefile.am
index c273d59aad..7b52e815c0 100644
--- a/ui/Makefile.am
+++ b/ui/Makefile.am
@@ -153,7 +153,7 @@ libui_a_SOURCES = \
libui_generated_a_SOURCES = $(GENERATED_FILES)
-libui_generated_a_CFLAGS = $(GENERATED_CFLAGS)
+libui_generated_a_CFLAGS = $(AM_CFLAGS)
EXTRA_DIST = \
$(GENERATOR_FILES) \