Closed
Bug 776914
Opened 13 years ago
Closed 13 years ago
nsProfileLock nullptr related build errors with vc11
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: jimm, Unassigned)
References
Details
Attachments
(1 file)
|
1.12 KB,
patch
|
bbondy
:
review+
|
Details | Diff | Splinter Review |
nsProfileLock.cpp
f:/Mozilla/firefox/mc/profile/dirserviceprovider/src/nsProfileLock.cpp(583) : error C2664: 'CreateFileW' : cannot convert parameter 6 from 'nullptr' to 'DWORD'
A native nullptr can only be converted to bool or, using reinterpret_cast, to an integral type
make[5]: *** [nsProfileLock.obj] Error 2
all most there....
| Reporter | ||
Comment 1•13 years ago
|
||
Attachment #645295 -
Flags: review?(netzen)
| Reporter | ||
Comment 2•13 years ago
|
||
Actually, that last param can stay an nsnull, in bug 626472 these will be mass changed to nullptr.
Updated•13 years ago
|
Attachment #645295 -
Flags: review?(netzen) → review+
Comment 3•13 years ago
|
||
I'm fine either way, the important one is the DWORD value
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
You need to log in
before you can comment on or make changes to this bug.
Description
•