[locale] Warnings-- on static_cast with no message

This commit is contained in:
Adriaan de Groot 2020-06-23 13:18:30 +02:00
parent daf9451e69
commit 0bede0692a

View File

@ -36,7 +36,7 @@ static_assert( TimeZoneImageList::zoneCount == ( sizeof( zoneNames ) / sizeof( z
/* static constexpr */ const int TimeZoneImageList::zoneCount;
/* static constexpr */ const QSize TimeZoneImageList::imageSize;
static_assert( TimeZoneImageList::zoneCount == 37 );
static_assert( TimeZoneImageList::zoneCount == 37, "Incorrect number of zones" );
TimeZoneImageList::TimeZoneImageList() {}