Merge pull request #1247 from dforsi/master

Fix include not found by cppcheck.sh
pull/1248/head^2
Michael Black 2023-03-12 12:44:29 -05:00 zatwierdzone przez GitHub
commit 9823a41f48
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -82,7 +82,7 @@ if test $# -eq 0 ; then
cppcheck --inline-suppr \
-I src \
-I include \
--include=include/config.h \
--include=include/hamlib/config.h \
--include=include/hamlib/rig.h \
-q \
--force \