[locale] Warnings-- on static_cast with no message
This commit is contained in:
parent
daf9451e69
commit
0bede0692a
@ -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() {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user