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
212d2141d3
cppcheck
/
addons
/
test
/
misra
/
config1.c
11 lines
104 B
C
Raw
Blame
History
struct
S
{
uint32_t
some
[
100
]
;
}
;
void
foo
(
void
)
{
if
(
(
(
S
*
)
0x8000
)
-
>
some
[
0
]
!
=
0U
)
{
}
}
Reference in New Issue
View Git Blame
Copy Permalink