http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46924
User: guy
Date: 2013/01/03 02:16 PM
Log:
On the Ubuntu buildbot, this says -Wlogical-op doesn't work, but it
worked OK before. In the test program, try declaring foo() before
defining it, in case the problem is that --enable-extra-gcc-checks
enables checking for functions that weren't declared before they were
defined, so the lack of that declaration may have caused a separate
warning.
Directory: /trunk/
Changes Path Action
+2 -0 configure.ac Modified