kopia lustrzana https://github.com/Hamlib/Hamlib
rodzic
e79ad26b14
commit
d1ffd9b434
|
@ -3,9 +3,7 @@
|
||||||
# Author Michael Black W9MDB
|
# Author Michael Black W9MDB
|
||||||
# This SUPPRESS setting results in no warnings as of 2020-01-14
|
# This SUPPRESS setting results in no warnings as of 2020-01-14
|
||||||
# There are things that could still be done...especially in the C++ area
|
# There are things that could still be done...especially in the C++ area
|
||||||
echo "See cppcheck.log when done"
|
echo "Idealy there should be no errors or warnings"
|
||||||
echo "There should be no errors or warnings"
|
|
||||||
echo "This takes several hours to run"
|
|
||||||
|
|
||||||
# We do suppress some errors which are expected or other code
|
# We do suppress some errors which are expected or other code
|
||||||
# There are quite a few C++ items to take care of still if anybody cares
|
# There are quite a few C++ items to take care of still if anybody cares
|
||||||
|
@ -78,6 +76,8 @@ CHECK="\
|
||||||
|
|
||||||
# If no directory or file name provided, scan the entire project.
|
# If no directory or file name provided, scan the entire project.
|
||||||
if test $# -eq 0 ; then
|
if test $# -eq 0 ; then
|
||||||
|
echo "See cppcheck.log when done"
|
||||||
|
echo "This takes a while to run"
|
||||||
cppcheck --inline-suppr \
|
cppcheck --inline-suppr \
|
||||||
-I src \
|
-I src \
|
||||||
-I include \
|
-I include \
|
||||||
|
|
Ładowanie…
Reference in New Issue