WaE: passing argument discards qualifiers from pointer target type
expected 'void *' but argument is of type 'volatile int *' errno is volatile on Android, and apparently it is not OK to pass the address of a volatile valye to a function expecting void * in their gcc version.
Showing
Please
register
or
sign in
to comment