X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/030c0beade81092da145abc94b2750cd11a3be0b..4e5d213ac0fe96162536900283235c3b59c7e161:/src/common/intl.cpp diff --git a/src/common/intl.cpp b/src/common/intl.cpp index 6c376a95a6..01d449fd53 100644 --- a/src/common/intl.cpp +++ b/src/common/intl.cpp @@ -94,9 +94,7 @@ typedef unsigned char size_t8; { // Asserting a sizeof directly causes some compilers to // issue a "using constant in a conditional expression" warning - size_t intsize = sizeof(int); - - wxASSERT_MSG( intsize == 4, + wxASSERT_MSG( wxAssertIsEqual(sizeof(int), 4), "size_t32 is incorrectly defined!" ); } } intsizechecker;