mempcpy issue
-
I'm getting this error. Any ideas?
external/gpg/intl/dcigettext.c:158:14: error: static declaration of 'mempcpy' follows non-static declaration static void *mempcpy (void *dest, const void *src, size_t n);
thanks
-
K Keneda marked this topic as a question
-
The code you’re trying to compile is incorrect. The message tells you what is wrong, but not how it came to be wrong. You need to fix the code before the compiler will accept it