mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-15 09:44:46 +00:00
pragma GCC diagnostic error "-Wvla"
This commit is contained in:
parent
ff98109455
commit
c81f02fd06
1 changed files with 1 additions and 1 deletions
|
@ -74,6 +74,7 @@
|
|||
#pragma GCC diagnostic error "-Wunused-local-typedefs"
|
||||
#pragma GCC diagnostic error "-Wunused-value"
|
||||
#pragma GCC diagnostic error "-Wunused-variable"
|
||||
#pragma GCC diagnostic error "-Wvla"
|
||||
#pragma GCC diagnostic error "-Wwrite-strings"
|
||||
|
||||
/* Warning. To be investigated if happens. */
|
||||
|
@ -86,7 +87,6 @@
|
|||
#pragma GCC diagnostic warning "-Wmissing-format-attribute"
|
||||
#pragma GCC diagnostic warning "-Wsign-compare"
|
||||
#pragma GCC diagnostic warning "-Wundef"
|
||||
#pragma GCC diagnostic warning "-Wvla"
|
||||
|
||||
/* Ignored currently, but should be fixed at some point. */
|
||||
#pragma GCC diagnostic ignored "-Wconversion" // TODO fix
|
||||
|
|
Loading…
Add table
Reference in a new issue