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 narrowing conversion warning in struct fstring #4210

Merged
merged 1 commit into from
Oct 27, 2024

Conversation

sergio-nsk
Copy link
Contributor

Warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data.

Client applications fail to compile if warnings are treated as errors.

@sergio-nsk sergio-nsk marked this pull request as ready for review October 21, 2024 17:01
Warning C4267: 'initializing': conversion from 'size_t' to 'const int',
possible loss of data.

Client applications fail to compile if warnings are treated as errors.
@sergio-nsk sergio-nsk force-pushed the sergio-nsk/warning/1 branch from a4d5770 to ffb0f2b Compare October 23, 2024 17:20
@vitaut vitaut merged commit 68f3153 into fmtlib:master Oct 27, 2024
45 checks passed
@vitaut
Copy link
Contributor

vitaut commented Oct 27, 2024

thanks

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