Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE, RPI4b #8

Open
Danrancan opened this issue Oct 28, 2021 · 0 comments

Comments

@Danrancan
Copy link

After building with the make command on a raspberrry pi 4b, I get the following warning:

[fauxcon] gcc -std=gnu99 -ggdb3 -O0 -Wall -Wextra -Wunused '-DVERSION="0.1.0-6-g5585812"' -c fauxcon.c -o fauxcon.o
In file included from /usr/include/aarch64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from fauxcon.c:35:
/usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"

Not sure what this warning means, as there are no build instructions for this application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant