aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorTuncer Ayaz <[email protected]>2012-10-11 19:13:46 +0200
committerBjörn-Egil Dahlberg <[email protected]>2013-01-11 19:57:35 +0100
commit37fb3503c4b1467d2b28f407b9c27c1de147869e (patch)
treeb85c8f0d8655d23392f2d6f455d0d9dc83976d6c /make
parent8df9bc2fc2336245d26bdcf386fee43904d2b34b (diff)
downloadotp-37fb3503c4b1467d2b28f407b9c27c1de147869e.tar.gz
otp-37fb3503c4b1467d2b28f407b9c27c1de147869e.tar.bz2
otp-37fb3503c4b1467d2b28f407b9c27c1de147869e.zip
If GCC is used, treat -Wreturn-type as error
Diffstat (limited to 'make')
-rw-r--r--make/otp_ded.mk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/otp_ded.mk.in b/make/otp_ded.mk.in
index e719312473..e2232acbb1 100644
--- a/make/otp_ded.mk.in
+++ b/make/otp_ded.mk.in
@@ -37,7 +37,7 @@ DED__NOWARN_CFLAGS = @DED_EMU_THR_DEFS@ @DED_CFLAGS@
DED_THR_DEFS = @DED_THR_DEFS@
DED_EMU_THR_DEFS = @DED_EMU_THR_DEFS@
DED_WARN_FLAGS = @WFLAGS@
-DED_CFLAGS = @WFLAGS@ @DED_EMU_THR_DEFS@ @DED_CFLAGS@
+DED_CFLAGS = @WERRORFLAGS@ @WFLAGS@ @DED_EMU_THR_DEFS@ @DED_CFLAGS@
DED_LIBS = @LIBS@
DED_EXT = @DED_EXT@
ERLANG_OSTYPE = @ERLANG_OSTYPE@