Fix warnings [-Wmissing-field-initializers]

This commit is contained in:
negativeExponent
2020-10-21 20:35:05 +08:00
parent b3da5fcdce
commit 99c0d8351f
5 changed files with 36 additions and 36 deletions

View File

@@ -68,7 +68,7 @@ static int JPAttribFC = 0;
static int JPTypeFC = 0;
static void *InputDataPtrFC;
static INPUTC DummyJPort = { 0, 0, 0, 0, 0 };
static INPUTC DummyJPort = { 0, 0, 0, 0, 0, 0 };
static INPUTC *JPorts[2] = { &DummyJPort, &DummyJPort };
static INPUTCFC *FCExp = 0;