From fa5f08d7413ebdd196519c8359a2fc6c1c40f7a6 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Mon, 29 Dec 2014 01:04:20 -0800 Subject: [PATCH] Warning fixes --- libdparse | 2 +- makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libdparse b/libdparse index c39038a..f533307 160000 --- a/libdparse +++ b/libdparse @@ -1 +1 @@ -Subproject commit c39038acbb71107d1a4e54c315c7db2422cc7b6f +Subproject commit f53330751fc615c8b2c31ad0ad94b03b2a695a30 diff --git a/makefile b/makefile index dc86df9..db8b8fe 100644 --- a/makefile +++ b/makefile @@ -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: