From 18ea1383f1541b1ec4d008571b3eedae0700cc73 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 19 Dec 2016 23:29:48 +0330 Subject: now runs with all warnings enabled --- mutator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutator.sh b/mutator.sh index 91d6c7f..916b215 100755 --- a/mutator.sh +++ b/mutator.sh @@ -86,7 +86,7 @@ elif [[ "$COMMAND" == "misrac" ]]; then echo "Removing previous XML report..." "rm" ./test/misrareport.xml echo "checking input file(s) against Misra-C 2004..." - "./mutator-lvl0" $INPUT -- > ./test/misra-log + "./mutator-lvl0" $INPUT -- -Wall > ./test/misra-log elif [[ "$COMMAND" == "default" ]]; then echo "Building all target executables..." "make" all -- cgit v1.2.3