Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cscppc: do not add -D_exit=exit -Ddie=exit to the cppcheck command line
This reverts the previous commit because it caused false positives to be reported at the places where die() function is defined. This needs to be solved by adding Cppcheck models for die() and _exit() instead.
- Loading branch information