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

ignore C warnings from bogus pkg-config stuff #2

Closed
wants to merge 1 commit into from

Conversation

thevisus
Copy link

avoids these messages from the xmlsec lib on f19:

<command-line>:0:16: warning: missing terminating " character [enabled by default]

since there is no specific GCC flag to ignore this, we have to ignore all

avoids the innocuous / uncontrollable / annoying messages on f19:

  <command-line>:0:16: warning: missing terminating " character [enabled by default]

since there is no specific GCC flag to ignore this, we have to
ignore all
@thevisus
Copy link
Author

go install will keep this from spamming constantly during builds

@thevisus thevisus closed this Apr 28, 2015
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