Skip to content

Fix narrowing conversion warning in struct fstring#4210

Merged
vitaut merged 1 commit intofmtlib:masterfrom
sergio-nsk:sergio-nsk/warning/1
Oct 27, 2024
Merged

Fix narrowing conversion warning in struct fstring#4210
vitaut merged 1 commit intofmtlib:masterfrom
sergio-nsk:sergio-nsk/warning/1

Conversation

@sergio-nsk
Copy link
Copy Markdown
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
@vitaut
Copy link
Copy Markdown
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