mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
matio: Removed some warnings
git-svn-id: svn://ultimatepp.org/upp/trunk@14563 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
66957ff519
commit
90561f5cd7
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue