Explorar el Código

We can finally enable -Werror :)

tags/v0.9.3
Michael Brown hace 17 años
padre
commit
b188311edd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/Makefile

+ 1
- 1
src/Makefile Ver fichero

@@ -101,7 +101,7 @@ DOXYGEN		?= doxygen
101 101
 #
102 102
 CFLAGS		+= -I include -I arch/$(ARCH)/include -I . -DARCH=$(ARCH)
103 103
 CFLAGS		+= -Os -ffreestanding
104
-CFLAGS		+= -Wall -W
104
+CFLAGS		+= -Wall -W -Werror
105 105
 CFLAGS		+= -g
106 106
 CFLAGS		+= $(EXTRA_CFLAGS)
107 107
 ASFLAGS		+= $(EXTRA_ASFLAGS)

Loading…
Cancelar
Guardar