projects
/
lttng-ci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23ea1b8
)
jjb: coverity: escape quotes in gcc fix
author
Michael Jeanson
<mjeanson@efficios.com>
Mon, 22 Apr 2019 19:27:44 +0000
(15:27 -0400)
committer
Michael Jeanson
<mjeanson@efficios.com>
Mon, 22 Apr 2019 19:27:44 +0000
(15:27 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
scripts/common/coverity.sh
patch
|
blob
|
blame
|
history
diff --git
a/scripts/common/coverity.sh
b/scripts/common/coverity.sh
index 7b06f554647af35fc1f5e3163199f7cad6102d1c..928575c7af3d9c26ac842281d0954dc3c9128fad 100755
(executable)
--- a/
scripts/common/coverity.sh
+++ b/
scripts/common/coverity.sh
@@
-119,7
+119,7
@@
fi
# won't be covered.
echo "
#ifdef __cplusplus
-extern
"C
" {
+extern
\"C\
" {
#endif
#define _Float128 long double
This page took
0.023805 seconds
and
4
git commands to generate.