mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
Add -Wconstant-conversion to errors
This commit is contained in:
parent
d1855e902d
commit
fcc5d3df39
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 "-Wconstant-conversion"
|
||||
#pragma GCC diagnostic error "-Wcomma"
|
||||
#pragma GCC diagnostic error "-Wdelete-non-virtual-dtor"
|
||||
#pragma GCC diagnostic error "-Wembedded-directive"
|
||||
|
|
Loading…
Add table
Reference in a new issue