Example
Issues
| Location | Message | Option |
|---|---|---|
| Failures/fpe.c:10 | Warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘double’ | -Wformat= |
| Failures/fpe.c:14 | Warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘double’ | -Wformat= |
| Failures/fpe.c:7 | Warning: unused variable ‘unusedVar’ | -Wunused-variable |