]> git.pld-linux.org Git - packages/wireshark.git/blob - wireshark-Werror.patch
- no -Werror
[packages/wireshark.git] / wireshark-Werror.patch
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 @@
4         ac_CFLAGS_saved="$CFLAGS"
5         AC_WIRESHARK_PCAP_BREAKLOOP_TRY_LINK
6         if test "x$ws_breakloop_compiled" = "xyes"; then
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.02429 seconds and 3 git commands to generate.