ConfigData now looks virtually identical to the Clara test Config

This commit is contained in:
Phil Nash 2013-05-29 19:01:06 +01:00
parent 20ddb0055f
commit 3f184e22e8
3 changed files with 77 additions and 73 deletions

View file

@ -194,7 +194,8 @@ struct Config {
noThrow( false ),
showHelp( false ),
abortAfter( 0 ),
verbosity( Verbosity::Normal )
verbosity( Verbosity::Normal ),
warnings( Warning::Nothing )
{}
bool listTests;