yahoojapan / k2hash

K2HASH - NoSQL Key Value Store(KVS) library
https://k2hash.antpick.ax/
MIT License
37 stars 11 forks source link

Added check using cppcheck #24

Closed ggtakec closed 5 years ago

ggtakec commented 5 years ago

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.