jeremy-rifkin / libassert

The most over-engineered C++ assertion library
MIT License
539 stars 36 forks source link

Only enable -Wuseless-cast and -Wnonnull-compare for GCC #61

Closed Morwenn closed 1 year ago

Morwenn commented 1 year ago

Fixes #60

jeremy-rifkin commented 1 year ago

Thank you so much!