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.

11 lines
363 B

  1. --- a/ports/unix/Makefile
  2. +++ b/ports/unix/Makefile
  3. @@ -36,7 +36,7 @@ INC += -I$(TOP)
  4. INC += -I$(BUILD)
  5. # compiler settings
  6. -CWARN = -Wall -Werror
  7. +CWARN = -Wall
  8. CWARN += -Wextra -Wno-unused-parameter -Wpointer-arith -Wdouble-promotion -Wfloat-conversion
  9. CFLAGS += $(INC) $(CWARN) -std=gnu99 -DUNIX $(CFLAGS_MOD) $(COPT) -I$(VARIANT_DIR) $(CFLAGS_EXTRA)