From 1d4a0e767c950d74eb8c4e0a1f1b4b893d8ccada Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 18 Dec 2008 12:29:17 +0000 Subject: [PATCH] Fixed warning --- src/osgPlugins/cfg/ConfigParser.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osgPlugins/cfg/ConfigParser.cpp b/src/osgPlugins/cfg/ConfigParser.cpp index 6470215ec..e4c8a92ee 100644 --- a/src/osgPlugins/cfg/ConfigParser.cpp +++ b/src/osgPlugins/cfg/ConfigParser.cpp @@ -2110,7 +2110,7 @@ yyerrlab: token. */ goto yyerrlab2; - +#if 0 /*----------------------------------------------------. | yyerrlab1 -- error raised explicitly by an action. | `----------------------------------------------------*/ @@ -2125,7 +2125,7 @@ yyerrlab1: goto yyerrlab2; - +#endif /*---------------------------------------------------------------. | yyerrlab2 -- pop states until the error token can be shifted. |