Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Warnings from VS2015 C++ compiler #257

Closed
smaillet-ms opened this issue Jul 27, 2015 · 0 comments
Closed

Warnings from VS2015 C++ compiler #257

smaillet-ms opened this issue Jul 27, 2015 · 0 comments
Assignees
Milestone

Comments

@smaillet-ms
Copy link
Member

Build_sdk generates the following warnings from the C++ compiler in VS2015:

ParseOptions_Win32.cpp(296): warning C4474: 'wprintf' : too many arguments passed for format string [S:\GitHub\smaillet-ms\netmf-interpreter\CLR\Core\dotnetmf.proj]
ByteCodeParser.cpp(389): warning C4477: 'wprintf' : format string '%f' requires an argument of type 'double', but variadic argument 1 has type 'CLR_INT32' [S:\GitHub\smaillet-ms\netmf-interpreter\Clr\Tools\Parser\dotNetMF.proj]
ByteCodeParser.cpp(390): warning C4477: 'wprintf' : format string '%g' requires an argument of type 'double', but variadic argument 1 has type 'CLR_INT64' [S:\GitHub\smaillet-ms\netmf-interpreter\Clr\Tools\Parser\dotNetMF.proj]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants