Closed Bug 1392133 Opened 7 years ago Closed 7 years ago

Linux build error in PluginInstanceChild::EnsureCurrentBuffer - error: 'return' will never be executed

Categories

(Core :: DOM: Core & HTML, defect)

Unspecified
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1391993

People

(Reporter: valentin, Assigned: valentin)

Details

Attachments

(1 file)

0:26.37 mozilla-central/dom/plugins/ipc/PluginInstanceChild.cpp:3241:12: error: 'return' will never be executed [-Werror,-Wunreachable-code-return]
 0:26.37     return true;
Fixes build error on linux:
```
PluginInstanceChild.cpp:3241:12: error: 'return' will never be executed [-Werror,-Wunreachable-code-return]
     return true;
```

MozReview-Commit-ID: KNO33LM3Ivz
Attachment #8899289 - Flags: review?(jmathies)
Assignee: nobody → valentin.gosu
Status: NEW → ASSIGNED
This was fixed in bug 1391993.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Attachment #8899289 - Flags: review?(jmathies)
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: