Fix include not found by cppcheck.sh

Fixes:
nofile:0:0: error: Can not open include file 'include/config.h' that is explicitly included. [preprocessorErrorDirective]
pull/1247/head
Daniele Forsi IU5HKX 2023-03-05 00:19:51 +01:00
rodzic 19b2c33e62
commit 8e08385d2d
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 \