ext2spice.c: cleanup -Wunused-local-typedefs yesnoType

This commit is contained in:
Darryl L. Miles 2025-07-24 14:36:22 +01:00
parent ab24761d88
commit ad5383c307
1 changed files with 2 additions and 2 deletions

View File

@ -364,10 +364,10 @@ CmdExtToSpice(
NULL NULL
}; };
typedef enum { enum {
IDX_YES, IDX_TRUE, IDX_ON, IDX_NO, IDX_FALSE, IDX_OFF, IDX_YES, IDX_TRUE, IDX_ON, IDX_NO, IDX_FALSE, IDX_OFF,
IDX_AUTO, IDX_TOP, IDX_DESCEND IDX_AUTO, IDX_TOP, IDX_DESCEND
} yesnoType; };
esNoModelType = -1; esNoModelType = -1;