Skip to content
Snippets Groups Projects
Commit b607cb01 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

warning fixed

Rev: src/port.h:1.4
parent f627e280
Branches
Tags
No related merge requests found
...@@ -65,7 +65,7 @@ char *MEMCPY(char *b,const char *a,int s); ...@@ -65,7 +65,7 @@ char *MEMCPY(char *b,const char *a,int s);
# define __builtin_memcpy MEMCPY # define __builtin_memcpy MEMCPY
# endif # endif
#else #else
# define MEMCPY memcpy # define MEMCPY(X,Y,Z) memcpy((char*)(X),(char*)(Y),(Z))
#endif #endif
#ifndef HAVE_MEMMOVE #ifndef HAVE_MEMMOVE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment