diff options
| author | bloodstalker <thabogre@gmail.com> | 2016-12-19 19:59:48 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2016-12-19 19:59:48 +0000 | 
| commit | 18ea1383f1541b1ec4d008571b3eedae0700cc73 (patch) | |
| tree | eba15e08861e66f0aeaf57ac18786518a594e4a3 | |
| parent | added 18.1 (diff) | |
| download | mutator-18ea1383f1541b1ec4d008571b3eedae0700cc73.tar.gz mutator-18ea1383f1541b1ec4d008571b3eedae0700cc73.zip | |
now runs with all warnings enabled
| -rwxr-xr-x | mutator.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
