http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50047
User: jmayer
Date: 2013/06/19 11:30 AM
Log:
Fix for
Building C object ui/gtk/CMakeFiles/gtkui.dir/print_dlg.c.o
/home/jmayer/work/wireshark/svn/trunk/ui/gtk/print_dlg.c: In function ‘print_cmd_toggle_detail’:
/home/jmayer/work/wireshark/svn/trunk/ui/gtk/print_dlg.c:910:38: error: variable ‘col_headings_cb’ set but not used [-Werror=unused-but-set-variable]
GtkWidget *print_bt, *summary_cb, *col_headings_cb, *details_cb;
^
cc1: all warnings being treated as errors
No idea wether the fix is correct. Compile tested only.
Directory: /trunk/ui/gtk/
Changes Path Action
+2 -2 print_dlg.c Modified