Skip to content

Commit f10a2b3

Browse files
committed
Merge branch 'FixWarningGrep' into 'master'
Update warnings grep; fails on Linux See merge request ogs/ogs!5296
2 parents 59610e9 + ef221d7 commit f10a2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/extends/template-build-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
-e "warning: 'has_denorm' is deprecated" \
119119
-e 'dlmalloc_ext_2_8_6\.c:[0-9:]+: warning: iteration [0-9]+ invokes undefined behavior' \
120120
-e '1 warning generated' \
121-
|| true)
121+
) || true
122122
if [[ -n $warnings ]]; then
123123
printf 'There were compiler warnings:\n\n'
124124
printf '%s\n' "$warnings"

0 commit comments

Comments
 (0)