浏览代码

CFLAGS: add -Wno-pointer-sign

Signed-off-by: Peter Jones <pjones@redhat.com>
Peter Jones 5 年之前
父节点
当前提交
b9c4b23d90
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Make.defaults

+ 1 - 1
Make.defaults

@@ -177,7 +177,7 @@ CFLAGS  += $(ARCH3264) -g -O2 -Wall -Wextra -Werror \
            -fshort-wchar -fno-strict-aliasing \
            -fshort-wchar -fno-strict-aliasing \
            -ffreestanding -fno-stack-protector
            -ffreestanding -fno-stack-protector
 else
 else
-CFLAGS  += $(ARCH3264) -g -O2 -Wall -Wextra -Werror \
+CFLAGS  += $(ARCH3264) -g -O2 -Wall -Wextra -Wno-pointer-sign -Werror \
            -fshort-wchar -fno-strict-aliasing \
            -fshort-wchar -fno-strict-aliasing \
 	   -ffreestanding -fno-stack-protector -fno-stack-check \
 	   -ffreestanding -fno-stack-protector -fno-stack-check \
            -fno-stack-check \
            -fno-stack-check \