Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Ben Avison
CI_Source
Commits
638c77f3
Commit
638c77f3
authored
Nov 26, 2021
by
Ben Avison
Browse files
Temporarily insert "git checkout" to bring in test XML file
parent
ef2b3224
Pipeline
#3510
passed with stage
in 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
refresh.awk
refresh.awk
+1
-0
No files found.
refresh.awk
View file @
638c77f3
...
...
@@ -577,6 +577,7 @@ BEGIN {
# The only way to tell cppcheck to suppress unusedFunction warnings by symbol name (rather than
# globally, by file, or file and line number) is to pass it an XML file. We generate suitable XML
# during "make standalone" above, with a standardised filename, so if it exists, use it.
print
" - git checkout -f objs"
>>
out
print
" - CMHG_XML=$(test -f objs/cmhg-cppcheck-suppress.xml && echo --suppress-xml=objs/cmhg-cppcheck-suppress.xml || true)"
>>
out
# Enable all warnings except those marked inline, plus shiftNegativeLHS (used in _swix macros and
# therefore ubiquitous) and purgedConfiguration (we don't care if a build switch has no effect).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment