Browse Source

We can finally enable -Werror :)

tags/v0.9.3
Michael Brown 17 years ago
parent
commit
b188311edd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/Makefile

+ 1
- 1
src/Makefile View File

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

Loading…
Cancel
Save