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
db: move return_values to use raw SQL
[smatch.git]
/
validation
/
old-initializer-nowarn.c
blob
4efe00d76fe5ee4d66a6cf54c6d20449c8f82dc6
1
struct
s
{
2
int
i
;
3
};
4
5
static struct
s the_s
= {
i
:
1
};
6
/*
7
* check-name: Old initializer with -Wno-old-initializer
8
* check-command: sparse -Wno-old-initializer
9
*/