projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61cb42c
)
The call to printf expects a string argument, but the actual argument was of class...
author
vinnyrom
<vinnyrom@microsoft.com>
Sat, 23 Jul 2016 11:46:50 +0000
(
04:46
-0700)
committer
Jan Kotas
<jkotas@microsoft.com>
Sat, 23 Jul 2016 11:46:50 +0000
(
04:46
-0700)
src/md/compiler/disp.cpp
patch
|
blob
|
history
diff --git
a/src/md/compiler/disp.cpp
b/src/md/compiler/disp.cpp
index 0f0bf88e6db26692696347938c9189819467cfe9..b091729744d75441c74ae3afef0f5a2208c19f1a 100644
(file)
--- a/
src/md/compiler/disp.cpp
+++ b/
src/md/compiler/disp.cpp
@@
-152,7
+152,7
@@
Disp::DefineScope(
BOOL fResult = SUCCEEDED(hr);
// print out a message so people know what's happening
printf("Defining scope for EnC using %S %s\n",
- s
zFileNameSuffix
, fResult ? "succeeded" : "failed");
+ s
tatic_cast<LPCWSTR>(szFileNameSuffix)
, fResult ? "succeeded" : "failed");
goto ErrExit;
}