Fixed compiler warnings
Some checks failed
Test And Build / Lint (push) Failing after 2s
Test And Build / Build (push) Successful in 7s

This commit is contained in:
2025-09-17 10:52:56 +02:00
parent 0478854007
commit 3ab40a8bf5
5 changed files with 62 additions and 33 deletions

View File

@@ -27,6 +27,6 @@ TEMPLATES += db/sinqMotor.db
DBDS += src/sinqMotor.dbd
USR_CFLAGS += -Wall -Wextra -Wunused-result # -Werror
USR_CXXFLAGS += -Wall -Wextra -Weffc++ -Wunused-result
USR_CXXFLAGS += -Wall -Wextra -Wunused-result
# MISCS would be the place to keep the stream device template files