From ad5383c307cb059c17d7de8f187cb65f8590aaff Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Thu, 24 Jul 2025 14:36:22 +0100 Subject: [PATCH] ext2spice.c: cleanup -Wunused-local-typedefs yesnoType --- ext2spice/ext2spice.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext2spice/ext2spice.c b/ext2spice/ext2spice.c index 9d6ee446..5b96fd54 100644 --- a/ext2spice/ext2spice.c +++ b/ext2spice/ext2spice.c @@ -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;