From 9a1c50c1cfa0218a62c556330e2882cb94a6cc18 Mon Sep 17 00:00:00 2001 From: "Jan (janneke) Nieuwenhuizen" Date: Tue, 6 Oct 2020 10:36:59 +0200 Subject: [PATCH] mes: Support for gcc-10. Fixes . Reported by Vagrant Cascadian . * src/string.c (MAX_STRING): Remove duplicate definition. --- src/string.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/string.c b/src/string.c index f75d7e1e..61032d65 100644 --- a/src/string.c +++ b/src/string.c @@ -26,8 +26,6 @@ #include #include -long MAX_STRING; - void assert_max_string (size_t i, char const *msg, char *string) {