Bug 80238
Summary: | [EFL] Build warning : Used uninitialized(-Wuninitialized). | ||
---|---|---|---|
Product: | WebKit | Reporter: | Byungwoo Lee <bw80.lee> |
Component: | WebKit EFL | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | gyuyoung.kim, lucas.de.marchi, rakuco |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Byungwoo Lee
[100%] Building CXX object Source/WebKit/CMakeFiles/ewebkit.dir/efl/ewk/ewk_view_single.cpp.o
/usr/local/include/eina-1/eina/eina_inline_tiler.x: In function ‘Eina_Bool ewk_tiled_backing_store_pre_render_region(Evas_Object*, Evas_Coord, Evas_Coord, Evas_Coord, Evas_Coord, float)’:
/usr/local/include/eina-1/eina/eina_inline_tiler.x:82:4: warning: ‘slicer._Eina_Tile_Grid_Slicer::tile_w’ may be used uninitialized in this function [-Wuninitialized]
WebKit/Source/WebKit/efl/ewk/ewk_tiled_backing_store.cpp:1953:27: note: ‘slicer._Eina_Tile_Grid_Slicer::tile_w’ was declared here
/usr/local/include/eina-1/eina/eina_inline_tiler.x:82:4: warning: ‘slicer._Eina_Tile_Grid_Slicer::w2_rel’ may be used uninitialized in this function [-Wuninitialized]
WebKit/Source/WebKit/efl/ewk/ewk_tiled_backing_store.cpp:1953:27: note: ‘slicer._Eina_Tile_Grid_Slicer::w2_rel’ was declared here
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Raphael Kubo da Costa (:rakuco)
This does not seem to happen anymore and was likely fixed upstream, closing the bug.