Closed Bug 777657 Opened 12 years ago Closed 12 years ago

Fix some opt build warnings

Categories

(Core :: Graphics: Layers, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla17

People

(Reporter: dzbarsky, Assigned: dzbarsky)

Details

Attachments

(1 file)

Attached patch PatchSplinter Review
      No description provided.
Attachment #646063 - Flags: review?(jones.chris.g)
Comment on attachment 646063 [details] [diff] [review]
Patch

>--- a/layout/ipc/RenderFrameParent.cpp
>+++ b/layout/ipc/RenderFrameParent.cpp
> static bool

Mark this |inline static bool| to work around compiler warning.  It'll
be DCE'd since it's translation-unit static.  (ifdef's should only be
used as a last resort.)

r=me with that
Attachment #646063 - Flags: review?(jones.chris.g) → review+
https://hg.mozilla.org/mozilla-central/rev/5e4adc2cfe26
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: