Disable -Wcast-function-type-strict
https://github.com/harfbuzz/harfbuzz/pull/3859#issuecomment-1295409126
This commit is contained in:
parent
d88269c827
commit
60c6b7786d
|
@ -126,6 +126,7 @@
|
|||
/* Ignored intentionally. */
|
||||
#ifndef HB_NO_PRAGMA_GCC_DIAGNOSTIC_IGNORED
|
||||
#pragma GCC diagnostic ignored "-Wclass-memaccess"
|
||||
#pragma GCC diagnostic ignored "-Wcast-function-type-strict" // https://github.com/harfbuzz/harfbuzz/pull/3859#issuecomment-1295409126
|
||||
#pragma GCC diagnostic ignored "-Wformat-nonliteral"
|
||||
#pragma GCC diagnostic ignored "-Wformat-zero-length"
|
||||
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
|
||||
|
|
Loading…
Reference in New Issue