From 90561f5cd79f90fc6f3272fbb0c09e12480ecc29 Mon Sep 17 00:00:00 2001 From: koldo Date: Sun, 7 Jun 2020 10:19:42 +0000 Subject: [PATCH] matio: Removed some warnings git-svn-id: svn://ultimatepp.org/upp/trunk@14563 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- bazaar/plugin/matio/lib/io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bazaar/plugin/matio/lib/io.c b/bazaar/plugin/matio/lib/io.c index 57c628046..ce0ee2e47 100644 --- a/bazaar/plugin/matio/lib/io.c +++ b/bazaar/plugin/matio/lib/io.c @@ -32,13 +32,13 @@ #include #include #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;