Lots of Coverity scan error fixes.

This commit is contained in:
Wayne Stambaugh
2015-02-20 19:41:10 -05:00
parent bd5d468251
commit d1d1e2b58a
19 changed files with 89 additions and 89 deletions
+1 -1
View File
@@ -379,7 +379,7 @@ void FP_LIB_TABLE::Parse( FP_LIB_TABLE_LEXER* in ) throw( IO_ERROR, PARSE_ERROR
void FP_LIB_TABLE::Format( OUTPUTFORMATTER* out, int nestLevel ) const
throw( IO_ERROR )
throw( IO_ERROR, boost::interprocess::lock_exception )
{
out->Print( nestLevel, "(fp_lib_table\n" );