Commit 8ce9a587fa280cddb433c20d52253d8eefecceb0

Authored by Alcaro
Committed by jarro2783
1 parent 37fab4ee

__GNU__ isn't a thing (#79)

Fixes a typo that never unsilenced the non virtual destructor warning.
Showing 1 changed file with 1 additions and 1 deletions
include/cxxopts.hpp
... ... @@ -1744,7 +1744,7 @@ Options::group_help(const std::string& group) const
1744 1744  
1745 1745 }
1746 1746  
1747   -#if defined(__GNU__)
  1747 +#if defined(__GNUC__)
1748 1748 #pragma GCC diagnostic pop
1749 1749 #endif
1750 1750  
... ...