__GNU__ isn't a thing (#79)

Fixes a typo that never unsilenced the non virtual destructor warning.
This commit is contained in:
Alcaro 2017-10-31 22:07:28 +01:00 committed by jarro2783
parent 37fab4ee7a
commit 8ce9a587fa

View File

@ -1744,7 +1744,7 @@ Options::group_help(const std::string& group) const
}
#if defined(__GNU__)
#if defined(__GNUC__)
#pragma GCC diagnostic pop
#endif