Warning fixes

This commit is contained in:
Hackerpilot 2014-12-29 01:04:20 -08:00
parent f528a4207e
commit fa5f08d741
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit c39038acbb71107d1a4e54c315c7db2422cc7b6f
Subproject commit f53330751fc615c8b2c31ad0ad94b03b2a695a30

View File

@ -17,11 +17,11 @@ ldc: ldcbuild
gdc: gdcbuild
debug:
${DMD} -g -ofdsc ${VERSIONS} ${DEBUG_VERSIONS} ${INCLUDE_PATHS} ${SRC}
${DMD} -w -g -ofdsc ${VERSIONS} ${DEBUG_VERSIONS} ${INCLUDE_PATHS} ${SRC}
dmdbuild:
mkdir -p bin
${DMD} -O -release -inline -ofbin/dscanner ${VERSIONS} ${INCLUDE_PATHS} ${SRC}
${DMD} -w -O -release -inline -ofbin/dscanner ${VERSIONS} ${INCLUDE_PATHS} ${SRC}
rm -f bin/dscanner.o
gdcbuild: