X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fcommand.c;h=0502ff9d00042e473d32d50235aedd4d150d35f1;hb=8d9133ece0a6989d282e853a5a73db0c85bdb3a3;hp=8580a18374feeb38569834f9ad5cdb36bab69571;hpb=ad7083ff802c7db10adb98833c3f32cf6d2e713e;p=pspp diff --git a/src/language/command.c b/src/language/command.c index 8580a18374..0502ff9d00 100644 --- a/src/language/command.c +++ b/src/language/command.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -362,7 +362,7 @@ report_state_mismatch (const struct command *command, enum cmd_state state) assert (!in_correct_state (command, state)); if (state == CMD_STATE_INITIAL || state == CMD_STATE_DATA) { - switch (command->states) + switch ((int) command->states) { /* One allowed state. */ case S_INITIAL: