Commit 6de51f3e04e496901ea1bd8f9b44f75c9f01b599

Josh Triplett 2015-07-26T16:23:55

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.