Add CLOCK_REALTIME flag to cppcheck.sh

pull/799/head
Mike Black W9MDB 2021-09-15 10:27:34 -05:00
rodzic 61785075d3
commit b49d2b6c05
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -73,6 +73,7 @@ CHECK="\
-U IPV6_V6ONLY \
-D SIGINT \
-D WIN32 \
-D CLOCK_REALTIME \
-D HAVE_SIGNAL"
# If no directory or file name provided, scan the entire project.