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
54771306c5
cppcheck
/
test
/
cli
/
proj-inline-suppress-unused...
/
A.cpp
8 lines
58 B
C++
Raw
Normal View
History
Unescape
Escape
Fix #9567 (Inline suppression of unusedFunction errors not working when using compile database) (#2870)
2020-11-04 21:01:48 +01:00
#
include
"B.hpp"
int
main
(
)
{
B
b
(
)
;
test/cli: fixed missing returns in test cases
2021-07-04 18:25:19 +02:00
return
0
;
Fix #9567 (Inline suppression of unusedFunction errors not working when using compile database) (#2870)
2020-11-04 21:01:48 +01:00
}