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 warnings with VS2019, W4, c++20 #230

Merged
merged 3 commits into from
Jun 20, 2022
Merged

Conversation

stanmihai4
Copy link
Contributor

fixes

include\algorithm(2892,24): warning C4244: '=': conversion from 'int' to 'char', possible loss of data inja\renderer.hpp(394): message : see reference to function template instantiation '_OutIt std::transform<std::_String_iterator<std::_String_val<std::_Simple_types<_Elem>>>,std::_String_iterator<std::_String_val<std::_Simple_types<_Elem>>>,int(__cdecl *)(int)>(const _InIt,const _InIt,_OutIt,_Fn)' being compiled with [ _OutIt=std::_String_iterator<std::_String_val<std::_Simple_types<char>>>, _Elem=char, _InIt=std::_String_iterator<std::_String_val<std::_Simple_types<char>>>, _Fn=int (__cdecl *)(int) ]

and

parser.hpp(125,54): warning C4458: declaration of 'tok' hides class member

@pantor pantor merged commit 17a59c0 into pantor:master Jun 20, 2022
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