__GNU__ isn't a thing (#79)
Fixes a typo that never unsilenced the non virtual destructor warning.
This commit is contained in:
parent
37fab4ee7a
commit
8ce9a587fa
@ -1744,7 +1744,7 @@ Options::group_help(const std::string& group) const
|
||||
|
||||
}
|
||||
|
||||
#if defined(__GNU__)
|
||||
#if defined(__GNUC__)
|
||||
#pragma GCC diagnostic pop
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user