Allow tests including catch to compile with g++ flags -Wall and -Werror.

This commit is contained in:
Michael Mortensen
2010-12-28 15:42:46 +01:00
parent 4aa36f6071
commit 9dfb8157a0
4 changed files with 17 additions and 6 deletions

View File

@@ -157,6 +157,8 @@ namespace Catch
return setErrorMode( m_command + " does not accept arguments" );
m_config.setShouldDebugBreak( true );
break;
default:
break;
}
m_args.clear();
m_mode = mode;
@@ -180,4 +182,4 @@ namespace Catch
} // end namespace Catch
#endif // TWOBLUECUBES_CATCH_COMMANDLINE_HPP_INCLUDED
#endif // TWOBLUECUBES_CATCH_COMMANDLINE_HPP_INCLUDED