diff mcabber/mcabber/screen.h @ 2063:1b5a19b2ba44

Get rid of a GCC build warning Add a dummy enum value MKEY_NONE kill GCC complaint that the case value is not in enumerated type.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 28 Apr 2013 10:29:02 +0200
parents f740c4128f76
children 16b04d64ec88
line wrap: on
line diff
--- a/mcabber/mcabber/screen.h	Sun Jan 06 09:48:27 2013 +0530
+++ b/mcabber/mcabber/screen.h	Sun Apr 28 10:29:02 2013 +0200
@@ -64,7 +64,8 @@
   int value;
   int utf8;
   enum {
-    MKEY_META = 1,
+    MKEY_NONE = 0,
+    MKEY_META,
     MKEY_EQUIV,
     MKEY_CTRL_PGUP,
     MKEY_CTRL_PGDOWN,