Ignore -1

master
Yevgen Muntyan 2005-07-15 14:34:12 +00:00
parent 0430ba8298
commit a7a872f694
1 changed files with 4 additions and 5 deletions

View File

@ -236,12 +236,8 @@ enum {
case 103: \
case 104: \
case 106: \
g_warning ("%s: ignoring mode %d", \
G_STRFUNC, code); \
break; \
\
case 1001: \
g_message ("%s: ignoring mode %d", \
g_message ("%s: IGNORING mode %d", \
G_STRFUNC, code); \
break; \
\
@ -281,6 +277,9 @@ enum {
G_STRFUNC, code); \
break; \
\
case -1: \
break; \
\
default: \
g_warning ("%s: unknown mode %d", \
G_STRFUNC, code); \