Bug 149755
| Summary: | [GTK] Missing return value on TestWebExtensions.cpp:193 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | cgarcia, lforschler, mcatanzaro |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Michael Catanzaro
../../Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebExtensions.cpp:193:1: warning: control may reach end of non-void function [-Wreturn-type]
}
^
1 warning generated.
No idea why we didn't notice this when it was introduced two months ago....
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Committed r191100: <http://trac.webkit.org/changeset/191100>