__GNU__ isn't a thing

This commit is contained in:
Alcaro 2017-10-31 20:19:33 +00:00 committed by GitHub
parent 37fab4ee7a
commit 0de24469ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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