• Show log

    Commit

  • Hash : 6de51f3e
    Author : Josh Triplett
    Date : 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.