From a3ea762c1c579034b934a569d55f32959991d667 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Tue, 21 Sep 2021 19:56:07 +1200 Subject: mingw-w64: Remove obsolete versions The following versions were marked obsolete in crosstool-ng-1.24.0, remove them. - mingw-w64-v2.0.10 - mingw-w64-v3.0.0 - mingw-w64-v3.1.0 - mingw-w64-v3.2.0 - mingw-w64-v3.3.0 Signed-off-by: Chris Packham --- .../0002-genpeimg-explicit-fallthrough.patch | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 packages/mingw-w64/v3.1.0/0002-genpeimg-explicit-fallthrough.patch (limited to 'packages/mingw-w64/v3.1.0/0002-genpeimg-explicit-fallthrough.patch') diff --git a/packages/mingw-w64/v3.1.0/0002-genpeimg-explicit-fallthrough.patch b/packages/mingw-w64/v3.1.0/0002-genpeimg-explicit-fallthrough.patch deleted file mode 100644 index 5986aefc..00000000 --- a/packages/mingw-w64/v3.1.0/0002-genpeimg-explicit-fallthrough.patch +++ /dev/null @@ -1,31 +0,0 @@ -commit f9f2bd0641b89895ab42b1948f431dadf1e837a4 -Author: sezero -Date: Thu Jun 15 09:45:52 2017 +0300 - - genpeimg.c (pass_args): add a /* fallthru */ comment in the switch - after show_usage() to avoid -Wimplicit-fallthrough - (show_usage): mark the function with noreturn attribute. - ---- - mingw-w64-tools/genpeimg/src/genpeimg.c | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - ---- a/mingw-w64-tools/genpeimg/src/genpeimg.c -+++ b/mingw-w64-tools/genpeimg/src/genpeimg.c -@@ -28,7 +28,7 @@ - int dump_information = 0; - static char *file_name = NULL; - --static void -+static void __attribute__((noreturn)) - show_usage (void) - { - fprintf (stderr, "genpeimg [options] files...\n"); -@@ -204,6 +204,7 @@ - case 'h': - if (h[2] == 0) - show_usage (); -+ /* fallthru */ - default: - error_point: - fprintf (stderr, "Unknown option ,%s'\n", h); -- cgit v1.2.3