aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/erl2html2.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2016-08-31 11:52:02 +0200
committerBjörn Gustavsson <[email protected]>2016-08-31 11:52:02 +0200
commit90831a4abf26023811bc5762c915e22e0d3e5708 (patch)
treee70df48013003f59b3113c98e7ef02b8413f38e2 /lib/common_test/src/erl2html2.erl
parent23f4ec514ad31fac4f6310ec3734050b11770e14 (diff)
parentee8f2380837321fef4975522bfa53cb9161874ac (diff)
downloadotp-90831a4abf26023811bc5762c915e22e0d3e5708.tar.gz
otp-90831a4abf26023811bc5762c915e22e0d3e5708.tar.bz2
otp-90831a4abf26023811bc5762c915e22e0d3e5708.zip
Merge branch 'maint'
* maint: make, ct_make: Handle warning attributes in source files
Diffstat (limited to 'lib/common_test/src/erl2html2.erl')
-rw-r--r--lib/common_test/src/erl2html2.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/common_test/src/erl2html2.erl b/lib/common_test/src/erl2html2.erl
index e819f345de..7f3eb699de 100644
--- a/lib/common_test/src/erl2html2.erl
+++ b/lib/common_test/src/erl2html2.erl
@@ -130,6 +130,8 @@ parse_preprocessed_file(Epp, File, InCorrectFile) ->
throw({error,Reason,InCorrectFile});
{error,_Reason} ->
parse_preprocessed_file(Epp, File, InCorrectFile);
+ {warning,_} ->
+ parse_preprocessed_file(Epp, File, InCorrectFile);
{eof,_Location} ->
[]
end.