diff --git a/include/cxxopts.hpp b/include/cxxopts.hpp index ae5925d..e0509e8 100644 --- a/include/cxxopts.hpp +++ b/include/cxxopts.hpp @@ -1744,7 +1744,7 @@ Options::group_help(const std::string& group) const } -#if defined(__GNU__) +#if defined(__GNUC__) #pragma GCC diagnostic pop #endif