<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>131730</bug_id>
          
          <creation_ts>2014-04-16 04:44:08 -0700</creation_ts>
          <short_desc>[WebKit2] Cleanup the build from unused parameter in WebKit2/Shared module</short_desc>
          <delta_ts>2014-04-29 23:14:54 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKit2</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>VERIFIED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>131721</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Shivakumar J M">shiva.jm</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1001119</commentid>
    <comment_count>0</comment_count>
    <who name="Shivakumar J M">shiva.jm</who>
    <bug_when>2014-04-16 04:44:08 -0700</bug_when>
    <thetext>Found uninitialized variable used in WebKit2/Shared/WebCoreArgumentCoders.cpp during webkit-efl port build. need to use UNUSED_PARAM() to fix

/home/shiva.jm/webkit-git/svngit/WebKit/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp:108:6: warning: unused parameter ‘decoder’ [-Wunused-parameter]
 bool ArgumentCoder&lt;LinearTimingFunction&gt;::decode(ArgumentDecoder&amp; decoder, LinearTimingFunction&amp; timingFunction)
      ^
/home/shiva.jm/webkit-git/svngit/WebKit/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp:108:6: warning: unused parameter ‘timingFunction’ [-Wunused-parameter]</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1002497</commentid>
    <comment_count>1</comment_count>
    <who name="Shivakumar J M">shiva.jm</who>
    <bug_when>2014-04-20 23:59:03 -0700</bug_when>
    <thetext>Many other warnings are fixed as part of issue https://bugs.webkit.org/show_bug.cgi?id=131721 already

*** This bug has been marked as a duplicate of bug 131721 ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1005297</commentid>
    <comment_count>2</comment_count>
    <who name="Shivakumar J M">shiva.jm</who>
    <bug_when>2014-04-29 23:14:54 -0700</bug_when>
    <thetext>Bug is fixed tested in version 167979.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>