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

[pragma] GCC diagnostic ignored "-Wunknown-warning-option"

Try at fixing https://github.com/harfbuzz/harfbuzz/issues/1546
上级 4d3c8f96
......@@ -38,7 +38,8 @@
/* Setup */
#pragma GCC diagnostic warning "-Wall"
#pragma GCC diagnostic warning "-Wextra"
#pragma GCC diagnostic ignored "-Wpragmas" // Must be exactly here!
#pragma GCC diagnostic ignored "-Wpragmas"
#pragma GCC diagnostic ignored "-Wunknown-warning-option"
//#pragma GCC diagnostic warning "-Weverything"
/* Error */
#pragma GCC diagnostic error "-Wcast-align"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册