Bug 102705 - [EFL][TexMap] Complie error when considering warnings as errors
Summary: [EFL][TexMap] Complie error when considering warnings as errors
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-19 12:19 PST by Yael
Modified: 2012-11-19 12:59 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.23 KB, patch)
2012-11-19 12:23 PST, Yael
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yael 2012-11-19 12:19:57 PST
/home/yael/webkit/ws1/Source/WebCore/platform/graphics/texmap/TextureMapperGL.cpp: In function ‘float* WebCore::gaussianKernel()’:
/home/yael/webkit/ws1/Source/WebCore/platform/graphics/texmap/TextureMapperGL.cpp:850:30: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
/home/yael/webkit/ws1/Source/WebCore/platform/graphics/texmap/TextureMapperGL.cpp:857:30: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
cc1plus: all warnings being treated as errors
Comment 1 Yael 2012-11-19 12:23:58 PST
Created attachment 175022 [details]
Patch
Comment 2 WebKit Review Bot 2012-11-19 12:59:35 PST
Comment on attachment 175022 [details]
Patch

Clearing flags on attachment: 175022

Committed r135188: <http://trac.webkit.org/changeset/135188>
Comment 3 WebKit Review Bot 2012-11-19 12:59:39 PST
All reviewed patches have been landed.  Closing bug.