Skip to content

Fix compiler warning by including unistd#29

Open
ottok wants to merge 1 commit intomainlinefrom
bugfix-example
Open

Fix compiler warning by including unistd#29
ottok wants to merge 1 commit intomainlinefrom
bugfix-example

Conversation

@ottok
Copy link
Owner

@ottok ottok commented Jun 12, 2022

Function sleep() is part of unistd so it should be explicitly included
to avoid compiler warning:

implicit declaration of function ‘sleep’
[-Wimplicit-function-declaration]

Function sleep() is part of unistd so it should be explicitly included
to avoid compiler warning:

    implicit declaration of function ‘sleep’
    [-Wimplicit-function-declaration]
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

Successfully merging this pull request may close these issues.

1 participant