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:
parent
84ff05a839
commit
9a1c50c1cf
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue