mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[hb.hh] Add error -Wcast-function-type-strict
This commit is contained in:
parent
aed309d1ec
commit
9182315bba
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@
|
|||
#pragma GCC diagnostic error "-Wbitwise-instead-of-logical"
|
||||
#pragma GCC diagnostic error "-Wcast-align"
|
||||
#pragma GCC diagnostic error "-Wcast-function-type"
|
||||
#pragma GCC diagnostic error "-Wcast-function-type-strict"
|
||||
#pragma GCC diagnostic error "-Wconstant-conversion"
|
||||
#pragma GCC diagnostic error "-Wcomma"
|
||||
#pragma GCC diagnostic error "-Wdelete-non-virtual-dtor"
|
||||
|
|
Loading…
Add table
Reference in a new issue