]> git.pld-linux.org Git - packages/wireshark.git/blame - wireshark-Werror.patch
- updated to 1.10.1
[packages/wireshark.git] / wireshark-Werror.patch
CommitLineData
2cd84521
JR
1--- wireshark-0.99.6/acinclude.m4~ 2007-09-04 14:52:13.000000000 +0200
2+++ wireshark-0.99.6/acinclude.m4 2007-09-04 14:56:04.000000000 +0200
3@@ -486,7 +486,7 @@
b301740f
SS
4 AC_DEFINE(HAVE_PCAP_BREAKLOOP, 1, [Define if pcap_breakloop is known])
5 if test "x$with_warnings_as_errors" = "xyes"; then
6 AC_MSG_CHECKING([whether pcap_breakloop is usable])
7- CFLAGS="$CFLAGS -Werror -Wimplicit"
8+ CFLAGS="$CFLAGS -Wimplicit"
9 AC_WIRESHARK_PCAP_BREAKLOOP_TRY_LINK
10 if test "x$ws_breakloop_compiled" = "xyes"; then
11 AC_MSG_RESULT(yes)
This page took 0.435953 seconds and 4 git commands to generate.