repo.or.cz
/
splint-patched.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Various minor fixes for compiler/linter (other then splint itself) warnings.
[splint-patched.git]
/
test
/
modclient.c
blob
e0088c682dbe574f1360c84ab68912ac6823a2e2
1
int
mod
(
int
p
[])
2
{
3
(
void
)
f1
(
p
);
/* 6. Statement has no effect: (void)f1(p) */
4
(
void
)
f2
(
p
);
5
6
return
5
;
7
}