Fix empty initializer compile error on win32

This commit is contained in:
Michael Wilder 2021-03-18 18:45:28 -04:00
parent 9ed3de91a2
commit 82b0af7450

View file

@ -5766,7 +5766,7 @@ static void parse_atomic(int atok)
int mode; int mode;
size_t arg; size_t arg;
SValue *call; SValue *call;
CType atom = {}; CType atom;
static const char *const templates[] = { static const char *const templates[] = {
/* /*
* Each entry consists of callback and function template. * Each entry consists of callback and function template.