Skip to content

Commit 04339d6

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 b072a40 commit 04339d6

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.8
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)