mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
Make previous commit gcc-only
This commit is contained in:
parent
b5e4032392
commit
05e845c49a
1 changed files with 2 additions and 0 deletions
|
@ -117,8 +117,10 @@
|
|||
#pragma GCC diagnostic ignored "-Wshadow" // TODO fix
|
||||
#pragma GCC diagnostic ignored "-Wunsafe-loop-optimizations" // TODO fix
|
||||
#pragma GCC diagnostic ignored "-Wunused-parameter" // TODO fix
|
||||
#if defined(__GNUC__) && !defined(__clang__)
|
||||
#pragma GCC diagnostic ignored "-Wunused-result" // TODO fix
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Ignored intentionally. */
|
||||
#ifndef HB_NO_PRAGMA_GCC_DIAGNOSTIC_IGNORED
|
||||
|
|
Loading…
Add table
Reference in a new issue