Supress more warnings

This commit is contained in:
Phil Nash 2011-09-29 08:58:40 +01:00
parent 7df1ba0926
commit 0afab69c7d
4 changed files with 16 additions and 0 deletions

View file

@ -194,6 +194,7 @@ namespace Catch
return setErrorMode( m_command + " does not accept arguments" );
m_config.setShowHelp( true );
break;
case modeError:
default:
break;
}