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:
@@ -671,6 +671,10 @@ void DateTimeTestCase::TestTimeFormat()
|
|||||||
case CompareTime:
|
case CompareTime:
|
||||||
CPPUNIT_ASSERT( dt.IsSameTime(dt2) );
|
CPPUNIT_ASSERT( dt.IsSameTime(dt2) );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case CompareNone:
|
||||||
|
wxFAIL_MSG( _T("unexpected") );
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user