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

Fix usage string not complying with -Woverlength-strings. #1900

Merged
merged 1 commit into from
May 11, 2017

Conversation

jemc
Copy link
Member

@jemc jemc commented May 11, 2017

A side effect of #1899 was that the usage string literal became too long for ISO C99. See #1899 (comment)

This PR fixes that issue by breaking up the string into multiple string literals, joined by printf.

No changelog entry is necesary since this fixes a build issue on master, which has not been released yet.

@jemc jemc changed the title Fix: usage string not complying with -Woverlength-strings. Fix usage string not complying with -Woverlength-strings. May 11, 2017
@SeanTAllen SeanTAllen merged commit 070761c into master May 11, 2017
@SeanTAllen SeanTAllen deleted the fix/overlength-usage-string branch May 11, 2017 15:24
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.

2 participants