8000 fix(grisu3): GCC15 Complaining about non-null terminated string by fedefrancescon · Pull Request #338 · dvidelabs/flatcc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix(grisu3): GCC15 Complaining about non-null terminated string #338

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

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

Conversation

fedefrancescon
Copy link

GCC15 started issuing a warning for non-null terminated string initiaziotions (unterminated-string-initialization).
Avoiding the error by letting the compiler append the NULL

GCC15 started issuing a warning for non-null terminated string initiaziotions (`unterminated-string-initialization`).  
Avoiding the error by letting the compiler append the NULL
@fedefrancescon
Copy link
Author

There are similar issues around:

While this costs 1byte, might not be an issue at all.
For sure there are other possibile solutions if needed

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
0