aboutsummaryrefslogtreecommitdiffstats
path: root/lib/runtime_tools/src/Makefile
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2013-01-23 13:25:13 +0100
committerBjörn Gustavsson <[email protected]>2013-01-23 13:37:42 +0100
commit13dc75d665058fea45d8bf33dff785049903cfd9 (patch)
tree2a794ecb9d3954d234a58ac996434fbc53ac1733 /lib/runtime_tools/src/Makefile
parente7958cb3b3332a5ef4c067fe4f080587689b65d7 (diff)
downloadotp-13dc75d665058fea45d8bf33dff785049903cfd9.tar.gz
otp-13dc75d665058fea45d8bf33dff785049903cfd9.tar.bz2
otp-13dc75d665058fea45d8bf33dff785049903cfd9.zip
Turn warnings to errors on selected applications
Diffstat (limited to 'lib/runtime_tools/src/Makefile')
-rw-r--r--lib/runtime_tools/src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/runtime_tools/src/Makefile b/lib/runtime_tools/src/Makefile
index 53b9ce34e4..9809004638 100644
--- a/lib/runtime_tools/src/Makefile
+++ b/lib/runtime_tools/src/Makefile
@@ -68,7 +68,8 @@ EXAMPLE_FILES= \
ERL_COMPILE_FLAGS += \
-I../include \
-I ../../et/include \
- -I ../../../libraries/et/include
+ -I ../../../libraries/et/include \
+ -Werror
# ----------------------------------------------------
# Targets