Changeset 153

Show
Ignore:
Timestamp:
03/27/08 23:44:36 (8 months ago)
Author:
mwhitworth
Message:

Replace -Wall with -Wextra for now.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/make.inc

    r16 r153  
    77CPP = gpp 
    88ASM = nasm 
    9 CFLAGS = -fomit-frame-pointer -ffreestanding -fno-stack-protector -fleading-underscore -fno-builtin -nostdlib -Wall -Werror -O3 -I$(DEPTH)include 
     9CFLAGS = -fomit-frame-pointer -ffreestanding -fno-stack-protector -fleading-underscore -fno-builtin -nostdlib -Wall -Wextra -O3 -I$(DEPTH)include 
    1010BE_VERBOSE=0 
    1111