Skip to content

Commit c441ac2

Browse files
Try removing some bandaid -Wno
We've collected multiple -Wno-xxx settings while working around small issues with the SDK. Remove them and see where we stand
1 parent 26ca511 commit c441ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ compiler.warning_flags=-Werror=return-type -Wno-psabi
4747
compiler.warning_flags.none=-Werror=return-type -Wno-psabi
4848
compiler.warning_flags.default=-Werror=return-type -Wno-psabi
4949
compiler.warning_flags.more=-Wall -Werror=return-type -Wno-ignored-qualifiers -Wno-psabi
50-
compiler.warning_flags.all=-Wall -Wextra -Werror=return-type -Wno-ignored-qualifiers -Wno-psabi -Wno-unused-parameter -Wno-missing-field-initializers
50+
compiler.warning_flags.all=-Wall -Wextra -Werror=return-type -Wno-psabi
5151

5252
compiler.netdefines={build.libpicowdefs} -DLWIP_IGMP=1 -DLWIP_CHECKSUM_CTRL_PER_NETIF=1
5353
compiler.psramdefines={build.psram_cs} {build.psram_freq}

0 commit comments

Comments
 (0)