Closed Bug 1266672 Opened 9 years ago Closed 9 years ago

vs2015 compile error

Categories

(Firefox :: Untriaged, defect)

46 Branch
x86
Windows 10
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1254963

People

(Reporter: steve, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0
Build ID: 20160420024437

Steps to reproduce:

compiled 46 release with vs2015 on windows 10.


Actual results:

compile failed on nsExceptionHandler.cpp


Expected results:

file should have compiled.
Fix is as follows - just needs a cast.

Line 1198 :

Add a reinterpret_cast<wchar_t*> as follows :

size_t actualLen = BuildTempPath(reinterpret_cast<wchar_t*>(aResult.BeginWriting()), XP_PATH_MAX);
OS: Unspecified → Windows 10
Hardware: Unspecified → x86
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.