Compile text2pcap with -Werror.

Change-Id: If411c518c2373a21b0a601526a8e632be88d65c5
Reviewed-on: https://code.wireshark.org/review/25824
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2018-02-16 15:43:45 -08:00
parent f4cd45f6fe
commit 0ee6e43478
1 changed files with 1 additions and 5 deletions

View File

@ -571,11 +571,7 @@ text2pcap_SOURCES = \
text2pcap_CPPFLAGS = $(AM_CPPFLAGS) $(GLIB_CFLAGS)
# Don't turn on -Werror for text2pcap: its source includes text2pcap-scanner.c
# which is generated (and therefore not always clean).
# We could generate text2pcap.o as a library with -Werror but for now it
# doesn't seem worth the effort.
text2pcap_CFLAGS = $(GENERATED_CFLAGS)
text2pcap_CFLAGS = $(AM_CFLAGS)
# Libraries with which to link text2pcap.
text2pcap_LDADD = \