]> code.delx.au - gnu-emacs/blobdiff - src/emacsgtkfixed.c
Reorder conditions that are written backwards
[gnu-emacs] / src / emacsgtkfixed.c
index 6a8c751e3060e878ab65e2907b45844c67dbbe48..970683da9c47852d5c69ef4093d72b9acf927974 100644 (file)
@@ -28,7 +28,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include "xterm.h"
 
 /* Silence a bogus diagnostic; see GNOME bug 683906.  */
-#if (__GNUC__ == 4 && 6 <= __GNUC_MINOR__) || 4 < __GNUC__
+#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6)
 # pragma GCC diagnostic push
 # pragma GCC diagnostic ignored "-Wunused-local-typedefs"
 #endif