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

Commit 778b107

Browse files
committed
Eliminated VS14 build_sdk compiler warning C4474: 'wprintf' : too many arguments passed for format string
1 parent 54fdabc commit 778b107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CLR/Core/ParseOptions_Win32.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ void CLR_RT_ParseOptions::Usage()
293293

294294
if(m_commands.size() > 1)
295295
{
296-
wprintf( L" %s\n", option.c_str(), cmd->m_szDescription );
296+
wprintf( L" %s\n", option.c_str());
297297
}
298298

299299
for(it2 = cmd->m_params.begin(); it2 != cmd->m_params.end(); it2++)

0 commit comments

Comments
 (0)