repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
helper: strip out the byte swaps in strip_expr()
[smatch.git]
/
validation
/
Woverride-init-no.c
blob
ba4d82b9f9e64b516ce568c14ba5359ce9193283
1
static int
array
[] = {
2
[
1
] =
3
,
3
[
1
] =
1
,
/* check-should-warn */
4
};
5
6
/*
7
* check-name: Woverride-init-no
8
* check-command: sparse -Wno-override-init $file
9
*
10
* check-error-start
11
* check-error-end
12
*/