Skip to content

Commit 6f6c9d9

Browse files
authored
lower warning level (align with Arduino settings)
1 parent ed697b7 commit 6f6c9d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/cmake/build.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ function(__build_set_default_build_specifications)
100100
list(APPEND compile_options "-ffunction-sections"
101101
"-fdata-sections"
102102
# warning-related flags
103-
"-Wall"
104-
"-Werror=all"
103+
# "-Wall"
104+
# "-Werror=all"
105105
"-Wno-error=unused-function"
106106
"-Wno-error=unused-variable"
107107
"-Wno-error=unused-but-set-variable"
108108
"-Wno-error=deprecated-declarations"
109-
"-Wextra"
109+
# "-Wextra"
110110
"-Wno-unused-parameter"
111111
"-Wno-sign-compare"
112112
# ignore multiple enum conversion warnings since gcc 11

0 commit comments

Comments
 (0)