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

Compilation warning #1

Open
Mirraz opened this issue Apr 20, 2014 · 4 comments
Open

Compilation warning #1

Mirraz opened this issue Apr 20, 2014 · 4 comments

Comments

@Mirraz
Copy link

Mirraz commented Apr 20, 2014

Building dev86-0.16.20 by gcc-4.8.2 I'v got this compilation warning:
dbprintf.c:110:13: warning: incompatible implicit declaration of built-in function ‘strlen’ [enabled by default]

@lkundrak
Copy link
Owner

Yeah, there's a lot of compilation warnings with newer toolchains. I'm not going to just shoot this particular one, but I'd gladly accept patches to deal with the warnings.

@scontini76
Copy link

If nobody is already working on it I will be happy to contribute on this issue. Please assign it to me.

@mfld-fr
Copy link

mfld-fr commented Oct 2, 2016

As said in #15, I suggest you to contribute rather to Jody Bruchon's fork.

@jbruchon
Copy link
Contributor

jbruchon commented Oct 4, 2016

These headers would need to be added to bcc/dbprintf.c:

#include <string.h>
#include <unistd.h>

This was fixed in my fork in April 2015: https://github.com/jbruchon/dev86/commit/4ed1997c5f80728fdc1f4d55238d1cd5eef46c48

rdebath pushed a commit to rdebath/dev86 that referenced this issue Apr 20, 2018
rdebath pushed a commit to rdebath/dev86 that referenced this issue Apr 20, 2018
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

5 participants