]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
fix -Wswitch warning
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 25 Oct 2023 10:19:59 +0000 (12:19 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 25 Oct 2023 10:20:38 +0000 (12:20 +0200)
whiptail.c

index 79f6c3b1f6cbce1328c670d0aa0bb1787b41756e..1b8c2cc732265204753710b182c4bf29aa8dc4a9 100644 (file)
@@ -526,6 +526,8 @@ int main(int argc, const char ** argv) {
            exit(DLG_ERROR);
        }
        break;
+      default:
+       break;
     }
 
     if (noCancel) flags |= FLAG_NOCANCEL;