diff options
author | Björn Gustavsson <[email protected]> | 2010-03-10 07:42:12 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-03-11 10:26:49 +0100 |
commit | c642415cdcc42234c5c54cb3730cd4646b079301 (patch) | |
tree | 28e6dae97650705efca5dbffc766add01c594077 /lib | |
parent | 165f723f1e2d9f9719af9542aaa288c11f1758bc (diff) | |
download | otp-c642415cdcc42234c5c54cb3730cd4646b079301.tar.gz otp-c642415cdcc42234c5c54cb3730cd4646b079301.tar.bz2 otp-c642415cdcc42234c5c54cb3730cd4646b079301.zip |
asn1 tests: No longer tolerate compilation warnings
Diffstat (limited to 'lib')
-rw-r--r-- | lib/asn1/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asn1/test/Makefile b/lib/asn1/test/Makefile index 879447e816..9cf0692aa9 100644 --- a/lib/asn1/test/Makefile +++ b/lib/asn1/test/Makefile @@ -145,7 +145,7 @@ RELSYSDIR = $(RELEASE_PATH)/asn1_test # ---------------------------------------------------- # FLAGS # ---------------------------------------------------- - +ERL_COMPILE_FLAGS += +warnings_as_errors EBIN = . # ---------------------------------------------------- |