You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
378 B

  1. diff --git a/ports/unix/Makefile b/ports/unix/Makefile
  2. index cbdd3f3..0ab157d 100644
  3. --- a/ports/unix/Makefile
  4. +++ b/ports/unix/Makefile
  5. @@ -21,7 +21,7 @@ INC += -I$(TOP)
  6. INC += -I$(BUILD)
  7. # compiler settings
  8. -CWARN = -Wall -Werror
  9. +CWARN = -Wall
  10. CWARN += -Wpointer-arith -Wuninitialized
  11. CFLAGS = $(INC) $(CWARN) -std=gnu99 -DUNIX $(CFLAGS_MOD) $(COPT) $(CFLAGS_EXTRA)