Browse Source

CFLAGS: add -Wno-pointer-sign

Signed-off-by: Peter Jones <pjones@redhat.com>
Peter Jones 5 years ago
parent
commit
b9c4b23d90
1 changed files with 1 additions and 1 deletions
  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 \
            -ffreestanding -fno-stack-protector
 else
-CFLAGS  += $(ARCH3264) -g -O2 -Wall -Wextra -Werror \
+CFLAGS  += $(ARCH3264) -g -O2 -Wall -Wextra -Wno-pointer-sign -Werror \
            -fshort-wchar -fno-strict-aliasing \
 	   -ffreestanding -fno-stack-protector -fno-stack-check \
            -fno-stack-check \