Skip to content

Commit

Permalink
Move the warning filter to the correct list.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaaskel committed Oct 30, 2020
1 parent c71347d commit 1ea7c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tce/tools/scripts/compiletest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ WARNINGS="\
WARNING_FILTERS="|\
/usr/local/.*include/xercesc/.*|\
.*/usr/local/stow/wx.*|\
.*RealDescriptions.h.*|\
.*type.qualifier.is.meaningless.on.cast.type.*|\
.*boost/type_traits/is.*warning.*|\
.*boost/regex/v4/instances.hpp:.*warning:.*|\
Expand Down Expand Up @@ -292,7 +293,6 @@ Differences.found.in.inputs.and.outputs.are.stored.into.*"
UNIT_TEST_WARNINGS="\
$WARNINGS|\
.*failed.*|\
.*RealDescriptions.h.*|\
In[[:space:]].*|\
.*Error[[:space:]].*|\
.*[[:space:]]Expected[[:space:]].*|\
Expand Down

0 comments on commit 1ea7c81

Please sign in to comment.