matio: Removed some warnings

git-svn-id: svn://ultimatepp.org/upp/trunk@14563 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
koldo 2020-06-07 10:19:42 +00:00
parent 66957ff519
commit 90561f5cd7

View file

@ -32,13 +32,13 @@
#include <stdio.h>
#include <string.h>
#include "matio_private.h"
/*
#if !defined(HAVE_VA_COPY) && defined(HAVE___VA_COPY)
# define va_copy(d,s) __va_copy(d,s)
#elif !defined(HAVE_VA_COPY)
# define va_copy(d,s) memcpy(&(d),&(s),sizeof(va_list))
#endif
*/
static void (*logfunc)(int log_level, char *message ) = NULL;
static const char *progname = NULL;