refactoring

This commit is contained in:
Bernd Herzog
2023-04-01 18:57:53 +02:00
parent 893df7272f
commit 8d8d457da2
6 changed files with 1 additions and 63 deletions

View File

@@ -187,7 +187,7 @@ set(AOPT)
set(TOPT "-mthumb -DTHUMB")
# Define C warning options here
set(CWARN "-Wall -Wextra -Wstrict-prototypes")
set(CWARN "-Wall -Wextra")
# Define C++ warning options here
set(CPPWARN "-Wall -Wextra")