Closed
Bug 732127
Opened 13 years ago
Closed 13 years ago
Error building IPDLUnitTests with VC11 on Win8
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
FIXED
mozilla14
People
(Reporter: jimm, Assigned: jimm)
References
Details
Attachments
(1 file)
(deleted),
patch
|
bbondy
:
review+
|
Details | Diff | Splinter Review |
IPDLUnitTests.cpp
c:/Mozilla/MC-DBG/ipc/ipdl/test/cxx/IPDLUnitTests.cpp(80) : error C2668: 'moz_strdup' : ambiguous call to overloaded function
c:\Mozilla\MC-DBG\dist\include\mozilla/mozalloc.h(133): could be 'char *moz_strdup(const char *)'
c:\Mozilla\mc\ipc\chromium\src\base/string_util_win.h(19): or 'char *base::moz_strdup(const char *)'
while trying to match the argument list '(const char *)'
make[6]: *** [IPDLUnitTests.obj] Error 2
Assignee | ||
Updated•13 years ago
|
OS: Windows 7 → Windows 8
Assignee | ||
Comment 1•13 years ago
|
||
Assignee | ||
Comment 2•13 years ago
|
||
Comment on attachment 602057 [details] [diff] [review]
fix
ran this through a normal mc build just to be sure.
Attachment #602057 -
Flags: review?(netzen)
Updated•13 years ago
|
Attachment #602057 -
Flags: review?(netzen) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Assignee: nobody → jmathies
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla14
You need to log in
before you can comment on or make changes to this bug.
Description
•