From 6ffc8e4aea54c281af5a50fca052798584ba8315 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 15 Feb 2009 21:39:59 +0000 Subject: Silenced another warning (disabled an empty switch statement) svn-id: r38308 --- engines/sci/engine/said.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engines') 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. */ -- cgit v1.2.3