fixing 1673
authorChristian Grothoff <christian@grothoff.org>
Wed, 6 Apr 2011 07:13:02 +0000 (07:13 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 6 Apr 2011 07:13:02 +0000 (07:13 +0000)
src/chat/gnunet-chat.c

index 1b8dcbd14ceaa15a714d1a7f10641a504e7c3e3b..85d2665349fb702129c42456c2c09aec6a1d715e 100644 (file)
@@ -122,7 +122,7 @@ receive_cb (void *cls,
   else
     nick = GNUNET_strdup (_("anonymous"));
   fmt = NULL;
-  switch (options)
+  switch ( (int) options)
     {
     case GNUNET_CHAT_MSG_OPTION_NONE:
     case GNUNET_CHAT_MSG_ANONYMOUS: