Advertisement
Guest User

Untitled

a guest
Jul 4th, 2015
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. From 67e38551bc3acadf27b3ed4922e897348a612fdb Mon Sep 17 00:00:00 2001
  2. From: Stefan Saraev <stefan@saraev.ca>
  3. Date: Wed, 15 Oct 2014 13:35:09 +0300
  4. Subject: [PATCH] remove werror
  5.  
  6. ---
  7. Makefile | 2 +-
  8. 1 file changed, 1 insertion(+), 1 deletion(-)
  9.  
  10. diff --git a/Makefile b/Makefile
  11. index e183795..ea4151a 100644
  12. --- a/Makefile
  13. +++ b/Makefile
  14. @@ -32,7 +32,7 @@ CFLAGS += -g -O2
  15. ifeq ($(CONFIG_W_UNUSED_RESULT),yes)
  16. CFLAGS += -Wunused-result
  17. endif
  18. -CFLAGS += -Wall -Werror -Wwrite-strings -Wno-deprecated-declarations
  19. +CFLAGS += -Wall -Wwrite-strings -Wno-deprecated-declarations
  20. CFLAGS += -Wmissing-prototypes
  21. CFLAGS += -fms-extensions -funsigned-char -fno-strict-aliasing
  22. CFLAGS += -D_FILE_OFFSET_BITS=64
  23. --
  24. 1.8.1.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement