Skip to content

Commit 1939f14

Browse files
committed
ci: suppress useless warnings in CI reports
1 parent b7e3e79 commit 1939f14

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: .github/workflows/package_core.yml

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

0 commit comments

Comments
 (0)