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

build: fix compile error on gcc7 #45

Closed
wants to merge 1 commit into from

Conversation

jb55
Copy link

@jb55 jb55 commented Mar 9, 2018

gcc7 complains about an implicit fallthrough here. Is this intentional?

gcc7 complains about an implicit fallthrough here.

Signed-off-by: William Casarin <[email protected]>
@Lekensteyn
Copy link
Contributor

cgi_error exits, using __attribute__((noreturn)) for that function might also a way to supress the error.

@petercolberg
Copy link

See #43 which has been included in the Debian package.

@jb55
Copy link
Author

jb55 commented Mar 27, 2018

👍

@jb55 jb55 closed this Mar 27, 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

Successfully merging this pull request may close these issues.

3 participants