Bug 102880 - Fix the return-type warning in JavaScriptCore/assembler/RepatchBuffer.h
Summary: Fix the return-type warning in JavaScriptCore/assembler/RepatchBuffer.h
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-20 22:15 PST by Csaba Osztrogonác
Modified: 2012-11-21 00:28 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2012-11-20 22:15:18 PST
/mnt/raptor2/slaves/qt5-linux-armv7-release/build/Source/JavaScriptCore/assembler/RepatchBuffer.h:147:5: warning: control reaches end of non-void function [-Wreturn-type]
Comment 1 Peter Gal 2012-11-21 00:27:53 PST
This is invalid, it is just a bogus warning. If the bug 102871 fixed, this will disappear.