fix gcc compilation warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
1f2b90153e
commit
d581cac5e8
@ -671,6 +671,10 @@ void DateTimeTestCase::TestTimeFormat()
|
||||
case CompareTime:
|
||||
CPPUNIT_ASSERT( dt.IsSameTime(dt2) );
|
||||
break;
|
||||
|
||||
case CompareNone:
|
||||
wxFAIL_MSG( _T("unexpected") );
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user