diff options
author | Siri Hansen <[email protected]> | 2017-09-14 17:01:50 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2017-09-18 11:07:09 +0200 |
commit | 619f6c801008f0e4c50366ae5e6f1bca7f64c2b8 (patch) | |
tree | 1529fe66ee3b2bbe36a485e95f696377cda5c488 /lib/observer/test/Makefile | |
parent | 990ddca5415d196bf7543a57a86aa47da13706c6 (diff) | |
download | otp-619f6c801008f0e4c50366ae5e6f1bca7f64c2b8.tar.gz otp-619f6c801008f0e4c50366ae5e6f1bca7f64c2b8.tar.bz2 otp-619f6c801008f0e4c50366ae5e6f1bca7f64c2b8.zip |
observer: Remove compiler warnings in test and set warnings_as_errors
Diffstat (limited to 'lib/observer/test/Makefile')
-rw-r--r-- | lib/observer/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/observer/test/Makefile b/lib/observer/test/Makefile index fcb1b73911..a44e54fc52 100644 --- a/lib/observer/test/Makefile +++ b/lib/observer/test/Makefile @@ -47,7 +47,7 @@ RELSYSDIR = $(RELEASE_PATH)/observer_test # FLAGS # ---------------------------------------------------- ERL_MAKE_FLAGS += -ERL_COMPILE_FLAGS += +nowarn_export_all +ERL_COMPILE_FLAGS += +warnings_as_errors +nowarn_export_all EBIN = . |