mes: Support for gcc-10.

Fixes <https://lists.gnu.org/archive/html/bug-mes/2020-07/msg00000.html>.

Reported by Vagrant Cascadian <vagrant@reproducible-builds.org>.

* src/string.c (MAX_STRING): Remove duplicate definition.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2020-10-06 10:36:59 +02:00
parent 84ff05a839
commit 9a1c50c1cf
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 0 additions and 2 deletions

View File

@ -26,8 +26,6 @@
#include <limits.h>
#include <string.h>
long MAX_STRING;
void
assert_max_string (size_t i, char const *msg, char *string)
{