Author :
Josh Triplett
Date :
2015-07-26 16:23:55
Hash :6de51f3e Message :src/x86/ffiw64.c: Don't assign a "char *" to an "unsigned char *"
Declare a local variable to match the type of the struct field assigned
to it, rather than adding unsigned to the type. Fixes a -Wpointer-sign
warning.