Changeset 3442

Show
Ignore:
Timestamp:
08/08/07 14:39:17 (1 year ago)
Author:
tg
Message:

allow ISO C99 and GCC constructs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/common-nfo/tools/nfotiser/Makefile

    r2484 r3442  
    1919                -Wold-style-definition -Wmissing-prototypes -Winline \ 
    2020                -Wmissing-declarations -Wmissing-noreturn \ 
    21                 -Wmissing-format-attribute -Wredundant-decls -std=gnu99 
     21                -Wmissing-format-attribute -Wredundant-decls 
    2222else 
    2323OUR_FLAGS+=     -Wall 
    2424endif 
    25 OUR_FLAGS+=     ${GCEXTRA} 
     25OUR_FLAGS+=     -std=gnu99 ${GCEXTRA} 
    2626 
    2727VPATH=          ${WRKSRC}:${TOPDIR}/tools/sqlite:${TOPDIR}/tools/paxmirabilis