ISO C forbids empty initializer braces.
This commit is contained in:
parent
8f5b7428a2
commit
a74f8e1bac
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
static struct bucket {
|
||||
CFWObject *key, *obj;
|
||||
uint32_t hash;
|
||||
} deleted = {};
|
||||
} deleted = { NULL, NULL, 0 };
|
||||
|
||||
struct CFWMap {
|
||||
CFWObject obj;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue