Closed
Bug 759979
Opened 13 years ago
Closed 13 years ago
Compiler warning: 'MOZ_LAYERS_HAVE_LOG' macro redefined
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
Details
(Whiteboard: [build_warning])
Attachments
(1 file)
|
491 bytes,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
In file included from /Users/ehsanakhgari/moz/mozilla-central/obj-ff-dbg/ipc/ipdl/PCrashReporterParent.cpp:7:
In file included from ../../ipc/ipdl/_ipdlheaders/mozilla/dom/PCrashReporterParent.h:9:
In file included from ../../ipc/ipdl/_ipdlheaders/mozilla/dom/PCrashReporter.h:14:
In file included from ../../dist/include/IPC/IPCMessageUtils.h:28:
../../dist/include/Layers.h:28:11: warning: 'MOZ_LAYERS_HAVE_LOG' macro redefined
# define MOZ_LAYERS_HAVE_LOG
^
../../mozilla-config.h:84:9: note: previous definition is here
#define MOZ_LAYERS_HAVE_LOG 1
^
1 warning generated.
| Assignee | ||
Comment 1•13 years ago
|
||
| Assignee | ||
Updated•13 years ago
|
Whiteboard: [build_warning]
Attachment #628577 -
Flags: review?(roc) → review+
| Assignee | ||
Comment 2•13 years ago
|
||
Target Milestone: --- → mozilla15
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•