Closed ggtakec closed 5 years ago
n/a
We made use of cppcheck. cppcheck will automatically run on TravisCI. If you want to run it manually, please use make cppcheck.
make cppcheck
In this PR, we corrected errors etc. detected by cppcheck.
cppcheck depends on the OS of the build environment, and different versions are used for each. This PR is trying to eliminate this difference.
Relevant Issue (if applicable)
n/a
Details
Added cppcheck
We made use of cppcheck.
cppcheck will automatically run on TravisCI.
If you want to run it manually, please use
make cppcheck
.In this PR, we corrected errors etc. detected by cppcheck.
NOTE
cppcheck depends on the OS of the build environment, and different versions are used for each.
This PR is trying to eliminate this difference.