Ignore -Wc++11-compat as we require C++11 actually

pollutes gcc bots logs https://circleci.com/gh/harfbuzz/harfbuzz/85395
This commit is contained in:
Ebrahim Byagowi 2019-05-07 01:24:55 +04:30 committed by GitHub
parent 9f9890e9e8
commit e261dc3a40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,6 +121,7 @@
#pragma GCC diagnostic ignored "-Wpacked" // Erratic impl in clang
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#pragma GCC diagnostic ignored "-Wtype-limits"
#pragma GCC diagnostic ignored "-Wc++11-compat" // only gcc raises it
#endif
#endif