We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1426eea commit ecd0df6Copy full SHA for ecd0df6
platform.txt
@@ -47,7 +47,7 @@ compiler.warning_flags=-Werror=return-type -Wno-psabi
47
compiler.warning_flags.none=-Werror=return-type -Wno-psabi
48
compiler.warning_flags.default=-Werror=return-type -Wno-psabi
49
compiler.warning_flags.more=-Wall -Werror=return-type -Wno-ignored-qualifiers -Wno-psabi
50
-compiler.warning_flags.all=-Wall -Wextra -Werror=return-type -Wno-psabi
+compiler.warning_flags.all=-Wall -Wextra -Werror=return-type -Wno-psabi -Wno-type-limits -Wno-unused-parameter
51
52
compiler.netdefines={build.libpicowdefs} -DLWIP_IGMP=1 -DLWIP_CHECKSUM_CTRL_PER_NETIF=1
53
compiler.psramdefines={build.psram_cs} {build.psram_freq}
0 commit comments