Bug 115997

Summary: Move UNUSED_PARAM and UNUSED_LABEL macros to Compiler.h
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch benjamin: review+

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>