Skip to content

Commit

Permalink
Workaround to exclude false positives in GCC warning plugin (#1182)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero authored Aug 30, 2024
1 parent e1af3ea commit c7fb681
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 c7fb681

Please sign in to comment.