Add -Wall,-Werror compiler flags

This commit is contained in:
2022-11-16 23:01:50 -05:00
parent d2c59352bb
commit c67d4f4583
7 changed files with 15 additions and 5 deletions

View File

@@ -8,4 +8,4 @@ for test in $TESTS; do
if [ $? -ne 0 ] ; then
exit $ret
fi
done | tee | grep "Tests"
done # | tee | grep "Tests"