diff options
Diffstat (limited to 'engines/glk/alan3/alt_info.cpp')
-rw-r--r-- | engines/glk/alan3/alt_info.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/glk/alan3/alt_info.cpp b/engines/glk/alan3/alt_info.cpp index 1e5a05c8a1..21cbb16387 100644 --- a/engines/glk/alan3/alt_info.cpp +++ b/engines/glk/alan3/alt_info.cpp @@ -82,6 +82,8 @@ static void traceAltInfo(CONTEXT, AltInfo *alt) { CALL2(traceInstanceAndItsClass, globalParameters[alt->parameter - 1].instance, alt->_class) break; } + default: + break; } } @@ -128,6 +130,7 @@ static void traceVerbExecution(CONTEXT, AltInfo *alt) { printf(" (AFTER)"); break; case Q_DEFAULT: + default: break; } printf(":>\n"); |