diff options
author | Andras Becsi <andras.becsi@digia.com> | 2013-04-04 19:14:29 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-04-05 15:25:32 +0200 |
commit | d6ffb6e0ba2941ff69c9b8eaf6ccf383c5d03063 (patch) | |
tree | 8a8992dd99283a2cf1144975066cfbcdd1e91c2c /Source/JavaScriptCore/debugger/Debugger.cpp | |
parent | 7da74c85821ff4fa3a0cbd8d6221c399a1214800 (diff) | |
download | qtwebkit-d6ffb6e0ba2941ff69c9b8eaf6ccf383c5d03063.tar.gz |
Fix the build with GCC 4.8 https://bugs.webkit.org/show_bug.cgi?id=113147
Reviewed by Allan Sandfeld Jensen.
Source/JavaScriptCore:
Initialize JSObject* exception to suppress warnings that make
the build fail because of -Werror=maybe-uninitialized.
* runtime/Executable.cpp:
(JSC::FunctionExecutable::compileForCallInternal):
(JSC::FunctionExecutable::compileForConstructInternal):
Source/WTF:
Disable diagnostic warning -Wunused-local-typedefs for GCC 4.8
since dummy typedefs are commonly used in the codebase.
* wtf/Compiler.h:
Change-Id: I084a47068324c6b9ddd7f4274f7c5a2d10904627
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@digia.com>
Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'Source/JavaScriptCore/debugger/Debugger.cpp')
0 files changed, 0 insertions, 0 deletions