Skip to content

Instantly share code, notes, and snippets.

Created June 1, 2012 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2852607 to your computer and use it in GitHub Desktop.
Save anonymous/2852607 to your computer and use it in GitHub Desktop.
src/string/sprintf.c:65:16: error: implicit declaration of function 'PARROT_VA_TO_VAPTR' is invalid in C99 [-Wimplicit-function-declaration]
obj.data = PARROT_VA_TO_VAPTR(args);
^
src/string/sprintf.c:65:14: warning: incompatible integer to pointer conversion assigning to 'void *'
from 'int'
obj.data = PARROT_VA_TO_VAPTR(args);
^ ~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 1 error generated.
make: *** [src/string/sprintf.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment