Advertisement
Guest User

Untitled

a guest
Jan 9th, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. ffi.c: In function ‘void ffi_call(ffi_cif*, void (*)(), void*, void**)’:
  2. ffi.c:303:23: error: invalid conversion from ‘void*’ to ‘unsigned int*’
  3. ffi.c:303:23: error: initializing argument 5 of ‘void ffi_call_SYSV(void (*)(char*, extended_cif*), extended_cif*, unsigned int, unsigned int, unsigned int*, void (*)())’
  4. ffi.c: In function ‘unsigned int ffi_closure_SYSV_inner(ffi_closure*, void**, void*)’:
  5. ffi.c:381:57: error: invalid conversion from ‘void*’ to ‘char*’
  6. ffi.c:381:57: error: initializing argument 1 of ‘void ffi_prep_incoming_args_SYSV(char*, void**, void**, ffi_cif*)’
  7. ffi.c: In function ‘ffi_status ffi_prep_closure_loc(ffi_closure*, ffi_cif*, void (*)(ffi_cif*, void*, void**, void*), void*, void*)’:
  8. ffi.c:524:7: error: cast from ‘void (*)(ffi_closure*)’ to ‘unsigned int’ loses precision
  9. ffi.c:524:7: error: cast from ‘void*’ to ‘unsigned int’ loses precision
  10. ffi.c: In function ‘ffi_status ffi_prep_raw_closure_loc(ffi_raw_closure*, ffi_cif*, void (*)(ffi_cif*, void*, ffi_raw*, void*), void*, void*)’:
  11. ffi.c:578:3: error: cast from ‘void (*)(ffi_raw_closure*)’ to ‘unsigned int’ loses precision
  12. ffi.c:578:3: error: cast from ‘void*’ to ‘unsigned int’ loses precision
  13. ffi.c: In function ‘void ffi_raw_call(ffi_cif*, void (*)(), void*, ffi_raw*)’:
  14. ffi.c:631:36: error: invalid conversion from ‘void*’ to ‘unsigned int*’
  15. ffi.c:631:36: error: initializing argument 5 of ‘void ffi_call_SYSV(void (*)(char*, extended_cif*), extended_cif*, unsigned int, unsigned int, unsigned int*, void (*)())’
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement