25 Jan
2012
25 Jan
'12
4:27 p.m.
The salsa macros do not compile with -Wall -Werror.
The culprit is the use of "access", which is also a UNIX function. This function is defined unistd.h, which is included by stddef.h. And stddef.h is one of the files mangled into the belly of GCC.
So it is a royal mess, and nobody's fault in particular, but could we please have the header file updated, for example to use "Acc" rather than "access" for the parameter?
Thanks,