You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix narrowing conversion warning in struct fstring
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.
0 commit comments