More use of wxFALLTHROUGH

This commit is contained in:
Paul Cornett
2017-11-02 08:56:29 -07:00
parent c2513d8a4e
commit d76e627341
2 changed files with 5 additions and 4 deletions

View File

@@ -800,6 +800,7 @@ void DateTimeTestCase::TestTimeFormat()
dt2.SetYear(dt.GetYear());
}
// fall through and compare everything
wxFALLTHROUGH;
case CompareBoth:
CPPUNIT_ASSERT_EQUAL( dt, dt2 );