Skip to content

Commit 32f7ac6

Browse files
Remove -Wno-expansion-to-defined
Now that we no longer include sam.h, this warning is no longer triggered in normal builds, so there is no longer a need to supress it. This fixes #556.
1 parent 30e5b3f commit 32f7ac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ version=1.8.9
2828
compiler.warning_flags=-w
2929
compiler.warning_flags.none=-w
3030
compiler.warning_flags.default=
31-
compiler.warning_flags.more=-Wall -Wno-expansion-to-defined
32-
compiler.warning_flags.all=-Wall -Wextra -Wno-expansion-to-defined
31+
compiler.warning_flags.more=-Wall
32+
compiler.warning_flags.all=-Wall -Wextra
3333

3434
# EXPERIMENTAL feature: optimization flags
3535
# - this is alpha and may be subject to change without notice

0 commit comments

Comments
 (0)