Closed
Bug 797219
Opened 9 years ago
Closed 9 years ago
OutputMessage in gfx/2d/Logging.h should be static inline
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: ehsan, Assigned: ehsan)
Details
Attachments
(1 file)
496 bytes,
patch
|
joe
:
review+
|
Details | Diff | Splinter Review |
393.38 /Users/ehsanakhgari/moz/mozilla-central/gfx/2d/Logging.h:48:13: warning: 'static' function 'OutputMessage' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] 393.38 static void OutputMessage(const std::string &aString, int aLevel) { 393.38 ^
Assignee | ||
Comment 1•9 years ago
|
||
Updated•9 years ago
|
Attachment #667250 -
Flags: review?(joe) → review+
Assignee | ||
Comment 2•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/78cef490d36d
Target Milestone: --- → mozilla18
Comment 3•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/78cef490d36d
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•