Ignore:
Timestamp:
Mar 15, 2004, 3:57:11 PM (21 years ago)
Author:
bird
Message:

Added -Wundef after stat.c and fstat.c give.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/Makefile

    • Property cvs2svn:cvs-rev changed from 1.46 to 1.47
    r1294 r1295  
    9797endif
    9898CFLAGS.INC  += -Isrc/include
    99 CFLAGS      = -Wall -Wmissing-prototypes -mstack-arg-probe $(CFLAGS.INC) $(CFLAGS.$(MODE)) $(CFLAGS.KIND)
     99CFLAGS      = -Wall -Wundef -Wmissing-prototypes -mstack-arg-probe $(CFLAGS.INC) $(CFLAGS.$(MODE)) $(CFLAGS.KIND)
    100100# The additional C compiler flags for different build modes
    101101CFLAGS.opt  = -g -O3
Note: See TracChangeset for help on using the changeset viewer.