Forbid incompatible pointer conversion

This commit is contained in:
Minseong Jang
2022-04-04 20:26:54 +09:00
parent 5f5fef54bd
commit 3a36e47985
3 changed files with 2 additions and 3 deletions

View File

@@ -47,6 +47,7 @@ if
grep 'no semicolon at end' outa.txt ||\
grep 'type defaults to' outa.txt ||\
grep 'too few arguments for format' outa.txt ||\
grep 'incompatible pointer' out_gcc.txt ||\
grep 'ordered comparison of pointer with integer' outa.txt ||\
grep 'declaration does not declare anything' outa.txt ||\
grep 'expects type' outa.txt ||\