Skip to content

Commit 2faadae

Browse files
committed
push -rm wall
1 parent 75b90b4 commit 2faadae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_platform.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,9 +430,9 @@ def test_examples_in_folder(folderpath):
430430

431431
if BUILD_WARN:
432432
if os.path.exists(gen_file_name):
433-
cmd = ['arduino-cli', 'compile', '--warnings', 'all', '--fqbn', fqbn, '-e', folderpath]
433+
cmd = ['arduino-cli', 'compile', '--warnings', 'none', '--fqbn', fqbn, '-e', folderpath]
434434
else:
435-
cmd = ['arduino-cli', 'compile', '--warnings', 'all', '--fqbn', fqbn, folderpath]
435+
cmd = ['arduino-cli', 'compile', '--warnings', 'none', '--fqbn', fqbn, folderpath]
436436
else:
437437
cmd = ['arduino-cli', 'compile', '--warnings', 'none', '--export-binaries', '--fqbn', fqbn, folderpath]
438438
proc = subprocess.Popen(cmd, stdout=subprocess.PIPE,

0 commit comments

Comments
 (0)