> /home/dje/src/src/libbacktrace/posix.c: In function 'backtrace_open':
> /home/dje/src/src/libbacktrace/posix.c:67:32: error: overflow in
> implicit constant conversion [-Werror=overflow]
>   descriptor = open (filename, O_RDONLY | O_BINARY | O_CLOEXEC);

?? I have a hard time understanding how the non-constant filename can give an 
overflow error. Or maybe the error is wrong, and it’s O_RDONLY | O_BINARY | 
O_CLOEXEC that have crazy values?

This looks like a valid POSIX construct to me.

FX

Reply via email to