Bug 95037
Summary: | [Qt] REGRESSION(r126694): It broke the debug build | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Blocker | CC: | hausmann, helder.correia, noam, ossy, rtakacs |
Priority: | P1 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 78672 |
Csaba Osztrogonác
cc1plus: warnings being treated as errors
/home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/Source/WebCore/platform/graphics/texmap/TextureMapperShaderManager.cpp: In constructor 'WebCore::StandardFilterProgram::StandardFilterProgram(WebCore::GraphicsContext3D*, WebCore::FilterOperation::OperationType, unsigned int)':
[1;31m/home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/Source/WebCore/platform/graphics/texmap/TextureMapperShaderManager.cpp:610: error: cannot pass objects of non-POD type 'class WTF::String' through '...'; call will abort at runtime[0m
[1;31m/home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/Source/WebCore/platform/graphics/texmap/TextureMapperShaderManager.cpp:610: error: format '%s' expects type 'char*', but argument 3 has type 'int'[0m
Could you check and fix it, please?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Hausmann
Committed r126731: <http://trac.webkit.org/changeset/126731>
Csaba Osztrogonác
(In reply to comment #1)
> Committed r126731: <http://trac.webkit.org/changeset/126731>
Relanded in https://trac.webkit.org/changeset/127096 (Because the original
patch and this fix was reverted for some reason.)