Skip to content

Commit

Permalink
fixed a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MacDada committed May 8, 2023
1 parent 69087f4 commit 37ef216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pio_post_extra_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
# * https://community.platformio.org/t/silence-warnings-for-dependencies-external-libraries/33387
#
# Using `env` as it applies to everything, including the external libraries,
# while `projectenv` would apply only to _my_ code,
# while `projenv` would apply only to _my_ code,
# https://github.com/platformio/platformio-core/issues/1728#issuecomment-403297776
env.Append(CXXFLAGS=["-Wno-volatile"])

0 comments on commit 37ef216

Please sign in to comment.