diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-02 17:09:53 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-02 17:09:53 +0000 |
commit | fc78f3390868499805bf4e52cffa32131155c52c (patch) | |
tree | c6a4524611e7c7faf32f0702dafa30ccec8f6a95 | |
parent | updated with a note regarding using the -w clang flag (diff) | |
download | mutator-fc78f3390868499805bf4e52cffa32131155c52c.tar.gz mutator-fc78f3390868499805bf4e52cffa32131155c52c.zip |
removed the -w flag so the warnings are not silenced
-rw-r--r-- | samples/action_file.mutator | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/action_file.mutator b/samples/action_file.mutator index fed3c8f..07311cf 100644 --- a/samples/action_file.mutator +++ b/samples/action_file.mutator @@ -4,7 +4,7 @@ executable_name:mutator-lvl0 exec_opts:-SysHeader=false -MainOnly=true in_files:./test/testFuncs1.c ./test/testFuncs2.c ./test/testFuncs3.c #clang options -libtooling_options:-std=c90 -I/lib/gcc/x86_64-redhat-linux/6.3.1/include -w +libtooling_options:-std=c90 -I/lib/gcc/x86_64-redhat-linux/6.3.1/include #the output file out_files:./test/misra-log #the log file |