From dfb8b715266d2523671f49e9897830e043f5eeb6 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Fri, 27 May 2016 14:57:55 +0200 Subject: [PATCH] Fix 'Non-static class member "yy_lp" is not initialized in this constructor nor in any functions that it calls". Coverity CID 126893: Uninitialized members (UNINIT_CTOR) --- src/osgPlugins/cfg/FlexLexer.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/osgPlugins/cfg/FlexLexer.h b/src/osgPlugins/cfg/FlexLexer.h index bb588ec34..5b3204984 100644 --- a/src/osgPlugins/cfg/FlexLexer.h +++ b/src/osgPlugins/cfg/FlexLexer.h @@ -174,7 +174,6 @@ protected: int* yy_full_state; int yy_full_lp; - int yy_lp; int yy_looking_for_trail_begin; int yy_more_flag;