Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
buildsupport
Commits
dc42b3a1
Commit
dc42b3a1
authored
Feb 16, 2017
by
Maxime Perrotin
Browse files
Pass scan-build (clang static analyser) with 0 bug reported
parent
acc2067b
Changes
1
Hide whitespace changes
Inline
Side-by-side
c/c_ast_construction.c
View file @
dc42b3a1
...
...
@@ -1158,7 +1158,9 @@ FV_list *Find_All_Calling_FV(Interface * i)
add_error
();
}
}
if
(
RI
==
iface
->
direction
&&
if
(
NULL
!=
iface
->
distant_name
&&
NULL
!=
i
->
name
&&
NULL
!=
iface
->
distant_fv
&&
NULL
!=
i
->
parent_fv
&&
RI
==
iface
->
direction
&&
!
strcmp
(
iface
->
distant_name
,
i
->
name
)
&&
!
strcmp
(
iface
->
distant_fv
,
i
->
parent_fv
->
name
))
match
=
true
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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