Closed
Bug 402506
Opened 17 years ago
Closed 17 years ago
Build failure in nsCookieService if PR_LOGGING is not defined
Categories
(Core :: Networking: Cookies, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 402395
People
(Reporter: masayuki, Assigned: masayuki)
Details
Attachments
(1 file)
1.47 KB,
patch
|
Details | Diff | Splinter Review |
If PR_LOGGING is not defined, there is an empty line before ';':
> nsresult rv = InitDB();
> if (NS_FAILED(rv))
> COOKIE_LOGSTRING(PR_LOG_WARNING, ("Init(): InitDB() gave error %x", rv));
By this warning, I cannot build with VC2005 and cygwin.
Should use PR_BEGIN_MACRO and PR_END_MACRO.
Flags: blocking1.9?
Attachment #287375 -
Flags: superreview?(mconnor)
Attachment #287375 -
Flags: review?(mconnor)
Assignee | ||
Updated•17 years ago
|
Summary: Build failure in nsCookieService if #PR_LOGGING is not defined → Build failure in nsCookieService if PR_LOGGING is not defined
Updated•17 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•17 years ago
|
Attachment #287375 -
Flags: superreview?(mconnor)
Attachment #287375 -
Flags: review?(mconnor)
Assignee | ||
Updated•17 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•