libassert icon indicating copy to clipboard operation
libassert copied to clipboard

introducing LIBASSERT_WARNING_PRAGMA_PUSH_MSVC/LIBASSERT_WARNING_PRAGMA_POP_MSVC

Open GerHobbelt opened this issue 7 months ago • 0 comments

introducing LIBASSERT_WARNING_PRAGMA_PUSH_MSVC/LIBASSERT_WARNING_PRAGMA_POP_MSVC, analogous to the GCC and CLANG ones. This is used in the LIBASSERT_INVOKE macro and a few other spots to help supress compiler warnings. (LIBASSERT_IGNORE_UNUSED_VALUE)

GerHobbelt avatar May 24 '25 20:05 GerHobbelt