chiark / gitweb /
build-sys: add cppcheck target
authorLennart Poettering <lennart@poettering.net>
Sun, 15 Dec 2013 23:04:40 +0000 (00:04 +0100)
committerLennart Poettering <lennart@poettering.net>
Sun, 15 Dec 2013 23:06:07 +0000 (00:06 +0100)
commit16f4efb4150c65e3c61adaa8ea512489de49f532
tree560c9153a20609ce3c6f088f01270f79357c8d82
parentb5dd8148730db080b48b874c214f8f74ae787d6b
build-sys: add cppcheck target

This uses --enable=all mode. Should be taken with a grain of salt
though. While many recommendations make sense we should probably keep
"int r" always on function scope, and many of the portability warnings
really don't matter to us because we only care for Linux/glibc.
Makefile.am