Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Enable missing-prototypes compiler warning #257

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

strager
Copy link
Contributor

@strager strager commented Jul 15, 2017

Enable Clang's and GCC's -Wmissing-prototypes diagnostic and
fix issues it catches. This unconcovered some dead code, so
delete the dead code.

@sas sas self-requested a review July 15, 2017 01:32
@sas sas self-assigned this Jul 15, 2017
@sas
Copy link
Contributor

sas commented Jul 15, 2017

I'm fine with this, but it looks like it breaks the builds on travis.

Enable Clang's and GCC's -Wmissing-prototypes diagnostic and
fix issues it catches. This unconcovered some dead code, so
delete the dead code.
@strager strager force-pushed the strager-missing-prototypes branch from 4b63624 to c58a92a Compare July 15, 2017 01:53
@sas
Copy link
Contributor

sas commented Jan 22, 2018

This needs only a small fix in cmake before landing. Are you interested in fixing it?

Copy link
Contributor

@sas sas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems fine overall except it breaks the builds.

@facebook-github-bot
Copy link

Thank you for your pull request. We require contributors to sign our Contributor License Agreement, and yours has expired.

Before we can review or merge your code, we need you to email [email protected] with your details so we can update your status.

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

Successfully merging this pull request may close these issues.

3 participants