Closed
Bug 603139
Opened 15 years ago
Closed 15 years ago
Bug 599428 broke Thunderbird and Sunbird builds
Categories
(Core :: IPC, defect)
Core
IPC
Tracking
()
RESOLVED
FIXED
mozilla2.0b7
People
(Reporter: sgautherie, Assigned: azakai)
References
Details
(Keywords: regression)
{
nsPermissionManager.cpp
e:/buildbot/tryserver-win32/build/mozilla/extensions/cookie/nsPermissionManager.cpp(176) : error C2614: 'nsPermissionManager' : illegal member initialization: 'mUpdateChildProcess' is not a base or member
e:/buildbot/tryserver-win32/build/mozilla/extensions/cookie/nsPermissionManager.cpp(934) : warning C4996: 'mozIStorageBaseStatement::BindInt32Parameter': was declared deprecated
e:\buildbot\tryserver-win32\build\objdir\mozilla\dist\include\mozIStorageBaseStatement.h(92) : see declaration of 'mozIStorageBaseStatement::BindInt32Parameter'
...
}
See also bug 599428 comment 19
{
Rich Walsh 2010-10-09 17:52:00 PDT
The following broke my non-IPC build because |mUpdateChildProcess| is not
wrapped with an #ifdef MOZ_IPC (extensions/cookie/nsPermissionManager.cpp
line#175).
}
| Assignee | ||
Comment 1•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•15 years ago
|
Assignee: nobody → azakai
Flags: in-testsuite-
Target Milestone: --- → mozilla2.0b8
Updated•15 years ago
|
Target Milestone: mozilla2.0b8 → mozilla2.0b7
You need to log in
before you can comment on or make changes to this bug.
Description
•