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

Replace printw(...) with printw("%s", ...) #4

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

PhilipRoman
Copy link
Contributor

Building with gcc 11.1.0 results in error:

display.c:672:17: error: format not a string literal and no format arguments [-Werror=format-security]

This patch fixes the issue by using "%s" as the format string instead.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Building with gcc 11.1.0 results in error: "display.c:672:17: error: format not a string literal and no format arguments [-Werror=format-security]".
This patch fixes the issue by using "%s" as the format string instead.
@dleonard0 dleonard0 merged commit 1289b1d into dleonard0:master Apr 8, 2024
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.

None yet

2 participants