Skip to content

Commit

Permalink
Workaround to exclude false positives in GCC warning plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Aug 30, 2024
1 parent 70252c2 commit 17b6d39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins-scripts/dsl/_configs_/OSRFLinuxCompilation.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class OSRFLinuxCompilation extends OSRFLinuxBase
filters {
'io.jenkins.plugins.analysis.core.filter.ExcludeFile' {
pattern('.*ALSA lib.*')
pattern('\\d+: \\(')
}
}
isEnabledForFailure(false)
Expand Down

0 comments on commit 17b6d39

Please sign in to comment.