Last-Update: 2016-03-21
This breaks the build on armhf due to warning about format strings
Last-Update: 2016-03-21
Gbp-Pq: Name 0005-remove-Werror.patch
WERROR := -Werror
COMMON_FLAGS := -nostdinc -pipe \
-ffreestanding -fno-builtin -fno-stack-protector \
- ${WERROR} -Wall -Wstrict-prototypes ${DEBUG_FLAGS}
+ -Wall -Wstrict-prototypes ${DEBUG_FLAGS}
# Note: FIRMWARE_ARCH is defined by the Chromium OS ebuild.
ifeq (${FIRMWARE_ARCH}, arm)
else
# FIRMWARE_ARCH not defined; assuming local compile.
CC ?= gcc
-CFLAGS += -DCHROMEOS_ENVIRONMENT -Wall ${WERROR} ${DEBUG_FLAGS}
+CFLAGS += -DCHROMEOS_ENVIRONMENT -Wall ${DEBUG_FLAGS}
endif
ifneq (${CUSTOM_MUSIC},)