2011-07-29 09:52:59 +02:00
|
|
|
[PATCH] remove -Werror from CFLAGS
|
|
|
|
|
|
|
|
-Werror should only be used during development, not in released SW.
|
|
|
|
|
|
|
|
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
|
|
---
|
|
|
|
Makefile | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
2012-11-29 18:20:58 +01:00
|
|
|
Index: a/Makefile
|
2011-07-29 09:52:59 +02:00
|
|
|
===================================================================
|
2012-11-29 18:20:58 +01:00
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
2013-11-21 18:19:40 +01:00
|
|
|
@@ -46,7 +46,7 @@
|
2011-07-29 09:52:59 +02:00
|
|
|
|
|
|
|
# options
|
|
|
|
override CPPFLAGS += -Iinc/
|
2013-09-16 23:47:49 +02:00
|
|
|
-override CFLAGS += $(OPTIM) -fPIC -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -Werror -Iinc/ $(DEFINES)
|
|
|
|
+override CFLAGS += $(OPTIM) -fPIC -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -Iinc/ $(DEFINES)
|
2011-07-29 09:52:59 +02:00
|
|
|
override LDFLAGS +=
|
|
|
|
|
|
|
|
ifeq ("$(OS)", "Darwin")
|