Skip to content

Commit 464b3e0

Browse files
authored
lower warning level (align with Arduino settings)
1 parent d8b4913 commit 464b3e0

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
@@ -98,13 +98,13 @@ function(__build_set_default_build_specifications)
9898
list(APPEND compile_options "-ffunction-sections"
9999
"-fdata-sections"
100100
# warning-related flags
101-
"-Wall"
102-
"-Werror=all"
101+
# "-Wall"
102+
# "-Werror=all"
103103
"-Wno-error=unused-function"
104104
"-Wno-error=unused-variable"
105105
"-Wno-error=unused-but-set-variable"
106106
"-Wno-error=deprecated-declarations"
107-
"-Wextra"
107+
# "-Wextra"
108108
"-Wno-unused-parameter"
109109
"-Wno-sign-compare"
110110
# ignore multiple enum conversion warnings since gcc 11

0 commit comments

Comments
 (0)