ECP-VeloC / AXL

Asynchronous Transfer Library
MIT License
2 stars 8 forks source link

Patch for some OS X quirks #63

Closed gonsie closed 4 years ago

gonsie commented 4 years ago

Mode type error from axl_io.c:188

error: second argument to 'va_arg' is of promotable type 'mode_t' (aka 'unsigned short'); this va_arg has undefined behavior because arguments will be promoted to 'int' [-Werror,-Wvarargs]

Macro redefined error from axl_pthread.c:16

error: 'MIN' macro redefined [-Werror,-Wmacro-redefined]