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 when compiling with VS2013 Nov CTP #29

Merged
merged 1 commit into from Apr 10, 2014

Conversation

PeterTh
Copy link
Contributor

@PeterTh PeterTh commented Apr 10, 2014

These two lines caused a C4800 warning when compiling with the Nov 2013 Visual C++ compiler CTP.
(e.g. selene\primitives.h(58): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning))

Thanks for Selene by the way, by far the most readable and convenient approach to C++/Lua integration I've seen to date.

These two lines caused a C4800 warning when compiling with the Nov 2013
Visual Studio CTP.
(selene\primitives.h(58): warning C4800: 'int' : forcing value to bool
'true' or 'false' (performance warning))
@jeremyong
Copy link
Owner

👍 thanks!

jeremyong added a commit that referenced this pull request Apr 10, 2014
Fix warnings when compiling with VS2013 Nov CTP
@jeremyong jeremyong merged commit 842563a into jeremyong:master Apr 10, 2014
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.

None yet

2 participants