GNOME Bugzilla – Bug 671256
Fix compilation warnings with -Wunused-but-set-variable
Last modified: 2012-03-06 13:27:10 UTC
dh-search.c:361:23: warning: variable 'link' set but not used [-Wunused-but-set-variable] dh-search.c:393:23: warning: variable 'list' set but not used [-Wunused-but-set-variable] dh-search.c:447:23: warning: variable 'priv' set but not used [-Wunused-but-set-variable] dh-window.c:183:23: warning: variable 'priv' set but not used [-Wunused-but-set-variable] dh-window.c:334:23: warning: variable 'priv' set but not used [-Wunused-but-set-variable] dh-window.c:354:23: warning: variable 'priv' set but not used [-Wunused-but-set-variable] dh-window.c:373:24: warning: variable 'priv' set but not used [-Wunused-but-set-variable] dh-window.c:1371:24: warning: variable 'priv' set but not used [-Wunused-but-set-variable]
Created attachment 208903 [details] [review] Fixes for the compilation warnings
Comment on attachment 208903 [details] [review] Fixes for the compilation warnings Thanks, go ahead and push.
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.