http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22761
User: sake
Date: 2007/08/31 02:14 PM
Log:
This patch fixes the following two errors that appear when
configure is run with "--without-plugins"
cc1: warnings being treated as errors
about_dlg.c: In function ‘about_wireshark_cb’:
about_dlg.c:426: warning: unused variable ‘plugins_page’
make[2]: *** [about_dlg.o] Error 1
editcap.c: In function ‘main’:
editcap.c:663: error: ‘check_ts’ undeclared (first use in this function)
editcap.c:663: error: (Each undeclared identifier is reported only once
editcap.c:663: error: for each function it appears in.)
make[2]: *** [editcap.o] Error 1
Directory: /trunk/gtk/
Changes Path Action
+5 -1 about_dlg.c Modified
Directory: /trunk/
Changes Path Action
+1 -1 editcap.c Modified