Fix empty initializer compile error on win32
This commit is contained in:
parent
9ed3de91a2
commit
82b0af7450
1 changed files with 1 additions and 1 deletions
2
tccgen.c
2
tccgen.c
|
@ -5766,7 +5766,7 @@ static void parse_atomic(int atok)
|
|||
int mode;
|
||||
size_t arg;
|
||||
SValue *call;
|
||||
CType atom = {};
|
||||
CType atom;
|
||||
static const char *const templates[] = {
|
||||
/*
|
||||
* Each entry consists of callback and function template.
|
||||
|
|
Loading…
Add table
Reference in a new issue