Skip to content

Commit a526b48

Browse files
committed
-wall add back
1 parent 2faadae commit a526b48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_platform.py

+2-2
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', 'none', '--fqbn', fqbn, '-e', folderpath]
433+
cmd = ['arduino-cli', 'compile', '--warnings', 'all', '--fqbn', fqbn, '-e', folderpath]
434434
else:
435-
cmd = ['arduino-cli', 'compile', '--warnings', 'none', '--fqbn', fqbn, folderpath]
435+
cmd = ['arduino-cli', 'compile', '--warnings', 'all', '--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)