Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Appease latest PVS-Studio 7.29.80616.6568 (#414)
* The NULL pointer test now additionally raises a V575 (*null pointer is passed*) on top of the V618 (*dangerous use of function*), in the `sirtest_failnulls` function in `tests/tests.c`. Suppressing this warning, because the test does this intentionally. * Also, add `compile_commands.events.json` to the `.gitignore` file. Signed-off-by: Jeffrey H. Johnson <[email protected]>
- Loading branch information