Skip to content

Commit 7de0658

Browse files
committed
ci: suppress useless warnings in CI reports
1 parent b7e3e79 commit 7de0658

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .github/workflows/package_core.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,10 @@ jobs:
9393
- name: "arduino:zephyr"
9494
source-path: "ArduinoCore-zephyr"
9595
sketch-paths: Blink
96-
verbose: 'false'
96+
cli-compile-flags:
97+
- "--build-property compiler.c.extra_flags=\"-Wno-type-limits -Wno-missing-field-initializers\""
98+
- "--build-property compiler.cpp.extra_flags=\"-Wno-type-limits -Wno-missing-field-initializers\""
99+
verbose: 'true'
97100
enable-deltas-report: 'false'
98101
enable-warnings-report: 'true'
99102
enable-warnings-log: 'true'

0 commit comments

Comments
 (0)