This website requires JavaScript.
Explore
Help
Sign In
walkero
/
cppcheck
Watch
1
Star
0
Fork
0
You've already forked cppcheck
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
feeddc39d5
Branches
Tags
View all branches
cppcheck
/
test
/
cli
/
proj-inline-suppress-unusedFunction
/
A.cpp
Jesse Boswell
f70e8de315
Fix
#9567
(Inline suppression of unusedFunction errors not working when using compile database) (
#2870
)
2020-11-04 21:01:48 +01:00
7 lines
44 B
C++
Raw
Blame
History
#
include
"B.hpp"
int
main
(
)
{
B
b
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink