GNOME Bugzilla – Bug 763505
EogPrintPreview: Silence -Wsign-compare and -Wswitch-default
Last modified: 2016-03-14 19:01:45 UTC
Some time ago when I added AX_COMPILER_FLAGS to gnome-photos, I had to silence -Wsign-compare and -Wswitch-default in our copy of EogPrintPreview. Here is a fly-by patch to "upstream" the changes.
Created attachment 323727 [details] [review] EogPrintPreview: Silence -Wsign-compare
Created attachment 323728 [details] [review] EogPrintPreview: Silence -Wswitch-default
Thanks! Pushed the sign-compare fix with additional constness. :) commit 4e74b7661893e64547858db6e4775e012bb63e0a Author: Debarshi Ray <> Date: Fri Mar 11 19:01:22 2016 +0100 EogPrintPreview: Silence -Wswitch-default https://bugzilla.gnome.org/show_bug.cgi?id=763505 commit be81fa70d6f8ca82ee9beec8dbaf5391f9c5d36a Author: Debarshi Ray <> Date: Fri Mar 11 18:54:49 2016 +0100 EogPrintPreview: Silence -Wsign-compare https://bugzilla.gnome.org/show_bug.cgi?id=763505 --- This problem has been fixed in the unstable development version. The fix will be available in the next major software release. You may need to upgrade your Linux distribution to obtain that newer version.