aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sci/engine/said.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/sci/engine/said.cpp b/engines/sci/engine/said.cpp
index 9a0401fa1d..225b35365c 100644
--- a/engines/sci/engine/said.cpp
+++ b/engines/sci/engine/said.cpp
@@ -1163,14 +1163,16 @@ yydestruct (yymsg, yytype, yyvaluep)
yymsg = "Deleting";
YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
+#if 0
switch (yytype)
{
default:
break;
}
+#endif
}
-
+
/* Prevent warnings from -Wmissing-prototypes. */