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
{{ message }}
This repository was archived by the owner on Jun 5, 2019. It is now read-only.
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]
The text was updated successfully, but these errors were encountered:
Build_sdk generates the following warnings from the C++ compiler in VS2015:
The text was updated successfully, but these errors were encountered: