Changeset 1045 for Daodan/src/makefile


Ignore:
Timestamp:
Aug 28, 2016, 6:01:38 PM (8 years ago)
Author:
alloc
Message:

Fixed warning, changed to GNU99 standard

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/makefile

    r994 r1045  
    66DEF = BEA_ENGINE_STATIC
    77INCLUDEPATHS = .
    8 GCCFLAGS = -std=c99 -O0 -Wall -fomit-frame-pointer -fpack-struct -Wextra -Wno-pragmas -Wno-unused-variable $(addprefix -I,$(INCLUDEPATHS)) -Wno-unused-parameter $(addprefix -D,$(DEF))
     8GCCFLAGS = -std=gnu99 -O0 -Wall -fomit-frame-pointer -fpack-struct -Wextra -Wno-pragmas -Wno-unused-variable $(addprefix -I,$(INCLUDEPATHS)) -Wno-unused-parameter $(addprefix -D,$(DEF))
    99LINKFLAGS = -O0 -Wall -fomit-frame-pointer -fpack-struct -s -mdll
    1010LOCALE = LC_MESSAGES=C
Note: See TracChangeset for help on using the changeset viewer.