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

This commit is contained in:
Darryl L. Miles
2025-08-06 22:58:30 +01:00
parent ab24761d88
commit ad5383c307
+2 -2
View File
@@ -364,10 +364,10 @@ CmdExtToSpice(
NULL
};
typedef enum {
enum {
IDX_YES, IDX_TRUE, IDX_ON, IDX_NO, IDX_FALSE, IDX_OFF,
IDX_AUTO, IDX_TOP, IDX_DESCEND
} yesnoType;
};
esNoModelType = -1;