diff options
author | Björn Gustavsson <[email protected]> | 2014-02-24 16:48:56 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2014-02-24 16:48:56 +0100 |
commit | ccc5b0aed7d23b189d71a9c2782d52a8eac05968 (patch) | |
tree | 15508d7230064cb3eac9ac585b0c8204ef365fa9 /lib/gs/src | |
parent | da723e829683bfb1f7bd98dfa6c1231a0854df25 (diff) | |
download | otp-ccc5b0aed7d23b189d71a9c2782d52a8eac05968.tar.gz otp-ccc5b0aed7d23b189d71a9c2782d52a8eac05968.tar.bz2 otp-ccc5b0aed7d23b189d71a9c2782d52a8eac05968.zip |
gs: Turn compiler warnings into errors
Diffstat (limited to 'lib/gs/src')
-rw-r--r-- | lib/gs/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gs/src/Makefile b/lib/gs/src/Makefile index 0a63d5466e..f0200caf01 100644 --- a/lib/gs/src/Makefile +++ b/lib/gs/src/Makefile @@ -72,7 +72,7 @@ IMAGES=../priv/bitmap/fup.bm # ---------------------------------------------------- # FLAGS # ---------------------------------------------------- -ERL_COMPILE_FLAGS += +warn_obsolete_guard +ERL_COMPILE_FLAGS += +warn_obsolete_guard -Werror # ---------------------------------------------------- # Targets |