Bug 115997 - Move UNUSED_PARAM and UNUSED_LABEL macros to Compiler.h
Summary: Move UNUSED_PARAM and UNUSED_LABEL macros to Compiler.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-12 17:27 PDT by Anders Carlsson
Modified: 2013-05-12 19:56 PDT (History)
3 users (show)

See Also:


Attachments
Patch (3.14 KB, patch)
2013-05-12 17:33 PDT, Anders Carlsson
benjamin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2013-05-12 17:27:13 PDT
Move UNUSED_PARAM and UNUSED_LABEL macros to Compiler.h
Comment 1 Anders Carlsson 2013-05-12 17:33:11 PDT
Created attachment 201516 [details]
Patch
Comment 2 Benjamin Poulain 2013-05-12 17:43:09 PDT
Comment on attachment 201516 [details]
Patch

Don't forget to remove the file :)
Comment 3 Anders Carlsson 2013-05-12 19:54:21 PDT
(In reply to comment #2)
> (From update of attachment 201516 [details])
> Don't forget to remove the file :)

I wanted to do that in a followup patch since it is included by a lot of code. Thanks for the review!
Comment 4 Anders Carlsson 2013-05-12 19:56:19 PDT
Committed r149978: <http://trac.webkit.org/changeset/149978>