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(date.h): uninitialized variables error #865

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

Conversation

utkarshmsr3
Copy link

error: ‘tH’ may be used uninitialized in this function [-Werror=maybe-uninitialized]

This could have been handled with #698

@HowardHinnant
Copy link
Owner

HowardHinnant commented Feb 13, 2025

Looks like a gcc bug to me. I can't find a path of use of the variables if they are uninitialized. The uninitialized state is protected by the stream fail checks.

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