提交 c81f02fd 编写于 作者: B Behdad Esfahbod

pragma GCC diagnostic error "-Wvla"

上级 ff981094
...@@ -74,6 +74,7 @@ ...@@ -74,6 +74,7 @@
#pragma GCC diagnostic error "-Wunused-local-typedefs" #pragma GCC diagnostic error "-Wunused-local-typedefs"
#pragma GCC diagnostic error "-Wunused-value" #pragma GCC diagnostic error "-Wunused-value"
#pragma GCC diagnostic error "-Wunused-variable" #pragma GCC diagnostic error "-Wunused-variable"
#pragma GCC diagnostic error "-Wvla"
#pragma GCC diagnostic error "-Wwrite-strings" #pragma GCC diagnostic error "-Wwrite-strings"
/* Warning. To be investigated if happens. */ /* Warning. To be investigated if happens. */
...@@ -86,7 +87,6 @@ ...@@ -86,7 +87,6 @@
#pragma GCC diagnostic warning "-Wmissing-format-attribute" #pragma GCC diagnostic warning "-Wmissing-format-attribute"
#pragma GCC diagnostic warning "-Wsign-compare" #pragma GCC diagnostic warning "-Wsign-compare"
#pragma GCC diagnostic warning "-Wundef" #pragma GCC diagnostic warning "-Wundef"
#pragma GCC diagnostic warning "-Wvla"
/* Ignored currently, but should be fixed at some point. */ /* Ignored currently, but should be fixed at some point. */
#pragma GCC diagnostic ignored "-Wconversion" // TODO fix #pragma GCC diagnostic ignored "-Wconversion" // TODO fix
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册