disable-werror.patch 374 B

123456789101112
  1. --- Makefile.old 2011-06-17 09:38:03.269238332 +0200
  2. +++ Makefile 2011-06-17 09:38:14.122398837 +0200
  3. @@ -42,7 +42,7 @@
  4. CC = $(CROSS_COMPILE)gcc
  5. CXFLAGS ?= -ggdb
  6. -CWFLAGS = -Wall -Werror -Wstrict-prototypes -Wextra -Wno-unused-parameter
  7. +CWFLAGS = -Wall -Wstrict-prototypes -Wextra -Wno-unused-parameter
  8. ifdef WARN_UNUSED
  9. CWFLAGS += -Wp,-D_FORTIFY_SOURCE=2 -O3
  10. endif