This website requires JavaScript.
Explore
Help
Sign In
walkero
/
cppcheck
Watch
1
Star
0
Fork
You've already forked cppcheck
0
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
79e8735d1a
cppcheck
/
test
/
cli
/
proj-inline-suppress
/
4.c
7 lines
85 B
C
Raw
Normal View
History
Unescape
Escape
Suppressions; Fixed problem with cppcheck build dir is used
2021-06-12 18:19:00 +02:00
int
main
(
)
{
// cppcheck-suppress unreadVariable
int
i
=
0
;
test/cli: fixed missing returns in test cases
2021-07-04 18:25:19 +02:00
return
0
;
Suppressions; Fixed problem with cppcheck build dir is used
2021-06-12 18:19:00 +02:00
}