提交 9eded0fe 编写于 作者: M Martin Storsjö

configure: Check for -Werror parameters on clang

Signed-off-by: NMartin Storsjö <martin@martin.st>
上级 116ae728
......@@ -3549,6 +3549,8 @@ elif enabled llvm_gcc; then
elif enabled clang; then
check_cflags -mllvm -stack-alignment=16
check_cflags -Qunused-arguments
check_cflags -Werror=implicit-function-declaration
check_cflags -Werror=missing-prototypes
elif enabled armcc; then
# 2523: use of inline assembler is deprecated
add_cflags -W${armcc_opt},--diag_suppress=2523
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册