mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 21:15:06 +00:00
[errors] Add -Wuninitialized
Works with newer clang I think.
This commit is contained in:
parent
22f81f70cb
commit
1dac21c177
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@
|
|||
#pragma GCC diagnostic error "-Wstring-conversion"
|
||||
#pragma GCC diagnostic error "-Wswitch-enum"
|
||||
#pragma GCC diagnostic error "-Wtautological-overlap-compare"
|
||||
#pragma GCC diagnostic error "-Wuninitialized"
|
||||
#pragma GCC diagnostic error "-Wunneeded-internal-declaration"
|
||||
#pragma GCC diagnostic error "-Wunused"
|
||||
#pragma GCC diagnostic error "-Wunused-local-typedefs"
|
||||
|
|
Loading…
Add table
Reference in a new issue