sjanc opened a new pull request, #1903:
URL: https://github.com/apache/mynewt-nimble/pull/1903
Simply define this before including any systema headers.
g -D_GNU_SOURCE -o ../../../porting/npl/linux/src/os_atomic.o ../../
../porting/npl/linux/src/os_atomic.c
../../../porting/npl/linux/src/os_atomic.c:21:9: warning: "__USE_GNU"
redefined
21 | #define __USE_GNU
| ^~~~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from /usr/lib/gcc/x86_64-redhat-linux/14/include/stdint.h:9,
from ../../../porting/npl/linux/src/os_atomic.c:20:
/usr/include/features.h:409:10: note: this is the location of the previous
definition
409 | # define __USE_GNU 1
| ^~~~~~~~~
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]