Skip to content

Fix compiler warning by including unistd - #29

Open
ottok wants to merge 1 commit into
mainlinefrom
bugfix-example
Open

ottok wants to merge 1 commit into
mainlinefrom
bugfix-example

Conversation

@ottok

@ottok ottok commented Jun 12, 2022

Copy link
Copy Markdown
Owner

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