You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Chris Darroch (JIRA)" <ji...@apache.org> on 2008/11/18 20:51:44 UTC

[jira] Created: (ZOOKEEPER-227) gcc warning from recordio.h

gcc warning from recordio.h
---------------------------

                 Key: ZOOKEEPER-227
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-227
             Project: Zookeeper
          Issue Type: Bug
          Components: c client
    Affects Versions: 3.0.0
            Reporter: Chris Darroch
            Priority: Minor
             Fix For: 3.0.0


Recent gcc compilers issue warnings when function declarations for functions with no arguments don't specific "void".  The attached patch fixes one such warning for create_buffer_oarchive() in recordio.h.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ZOOKEEPER-227) gcc warning from recordio.h

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12649321#action_12649321 ] 

Hudson commented on ZOOKEEPER-227:
----------------------------------

Integrated in ZooKeeper-trunk #149 (See [http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/149/])
    . gcc warning from recordio.h (chris darroch via mahadev)


> gcc warning from recordio.h
> ---------------------------
>
>                 Key: ZOOKEEPER-227
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-227
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.0.0
>            Reporter: Chris Darroch
>            Assignee: Chris Darroch
>            Priority: Minor
>             Fix For: 3.0.1, 3.1.0
>
>         Attachments: zookeeper-recordio-trunk.patch
>
>
> Recent gcc compilers issue warnings when function declarations for functions with no arguments don't specific "void".  The attached patch fixes one such warning for create_buffer_oarchive() in recordio.h.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-227) gcc warning from recordio.h

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt updated ZOOKEEPER-227:
-----------------------------------

    Fix Version/s:     (was: 3.0.0)
                   3.1.0
         Assignee: Chris Darroch

Thanks for the submission Chris! I've added you as a contributor and slated this patch for 3.1.0.

> gcc warning from recordio.h
> ---------------------------
>
>                 Key: ZOOKEEPER-227
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-227
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.0.0
>            Reporter: Chris Darroch
>            Assignee: Chris Darroch
>            Priority: Minor
>             Fix For: 3.1.0
>
>         Attachments: zookeeper-recordio-trunk.patch
>
>
> Recent gcc compilers issue warnings when function declarations for functions with no arguments don't specific "void".  The attached patch fixes one such warning for create_buffer_oarchive() in recordio.h.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-227) gcc warning from recordio.h

Posted by "Chris Darroch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Darroch updated ZOOKEEPER-227:
------------------------------------

    Status: Patch Available  (was: Open)

> gcc warning from recordio.h
> ---------------------------
>
>                 Key: ZOOKEEPER-227
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-227
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.0.0
>            Reporter: Chris Darroch
>            Priority: Minor
>             Fix For: 3.0.0
>
>         Attachments: zookeeper-recordio-trunk.patch
>
>
> Recent gcc compilers issue warnings when function declarations for functions with no arguments don't specific "void".  The attached patch fixes one such warning for create_buffer_oarchive() in recordio.h.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-227) gcc warning from recordio.h

Posted by "Chris Darroch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Darroch updated ZOOKEEPER-227:
------------------------------------

    Status: Open  (was: Patch Available)

> gcc warning from recordio.h
> ---------------------------
>
>                 Key: ZOOKEEPER-227
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-227
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.0.0
>            Reporter: Chris Darroch
>            Priority: Minor
>             Fix For: 3.0.0
>
>
> Recent gcc compilers issue warnings when function declarations for functions with no arguments don't specific "void".  The attached patch fixes one such warning for create_buffer_oarchive() in recordio.h.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ZOOKEEPER-227) gcc warning from recordio.h

Posted by "Mahadev konar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12649161#action_12649161 ] 

Mahadev konar commented on ZOOKEEPER-227:
-----------------------------------------

+1 on the patch... 

> gcc warning from recordio.h
> ---------------------------
>
>                 Key: ZOOKEEPER-227
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-227
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.0.0
>            Reporter: Chris Darroch
>            Assignee: Chris Darroch
>            Priority: Minor
>             Fix For: 3.0.1, 3.1.0
>
>         Attachments: zookeeper-recordio-trunk.patch
>
>
> Recent gcc compilers issue warnings when function declarations for functions with no arguments don't specific "void".  The attached patch fixes one such warning for create_buffer_oarchive() in recordio.h.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-227) gcc warning from recordio.h

Posted by "Mahadev konar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mahadev konar updated ZOOKEEPER-227:
------------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

committed to revision 719066 to trunk 
and committed to revision 719067 in 3.0

thanks chris.

> gcc warning from recordio.h
> ---------------------------
>
>                 Key: ZOOKEEPER-227
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-227
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.0.0
>            Reporter: Chris Darroch
>            Assignee: Chris Darroch
>            Priority: Minor
>             Fix For: 3.0.1, 3.1.0
>
>         Attachments: zookeeper-recordio-trunk.patch
>
>
> Recent gcc compilers issue warnings when function declarations for functions with no arguments don't specific "void".  The attached patch fixes one such warning for create_buffer_oarchive() in recordio.h.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-227) gcc warning from recordio.h

Posted by "Chris Darroch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Darroch updated ZOOKEEPER-227:
------------------------------------

    Attachment: zookeeper-recordio-trunk.patch

FWIW, I'm an Apache committer with a contributor agreement on file.

> gcc warning from recordio.h
> ---------------------------
>
>                 Key: ZOOKEEPER-227
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-227
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.0.0
>            Reporter: Chris Darroch
>            Priority: Minor
>             Fix For: 3.0.0
>
>         Attachments: zookeeper-recordio-trunk.patch
>
>
> Recent gcc compilers issue warnings when function declarations for functions with no arguments don't specific "void".  The attached patch fixes one such warning for create_buffer_oarchive() in recordio.h.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-227) gcc warning from recordio.h

Posted by "Chris Darroch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Darroch updated ZOOKEEPER-227:
------------------------------------

    Status: Patch Available  (was: Open)

> gcc warning from recordio.h
> ---------------------------
>
>                 Key: ZOOKEEPER-227
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-227
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.0.0
>            Reporter: Chris Darroch
>            Priority: Minor
>             Fix For: 3.0.0
>
>
> Recent gcc compilers issue warnings when function declarations for functions with no arguments don't specific "void".  The attached patch fixes one such warning for create_buffer_oarchive() in recordio.h.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-227) gcc warning from recordio.h

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt updated ZOOKEEPER-227:
-----------------------------------

    Fix Version/s: 3.0.1

let's try to get this one into 3.0.1

> gcc warning from recordio.h
> ---------------------------
>
>                 Key: ZOOKEEPER-227
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-227
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.0.0
>            Reporter: Chris Darroch
>            Assignee: Chris Darroch
>            Priority: Minor
>             Fix For: 3.0.1, 3.1.0
>
>         Attachments: zookeeper-recordio-trunk.patch
>
>
> Recent gcc compilers issue warnings when function declarations for functions with no arguments don't specific "void".  The attached patch fixes one such warning for create_buffer_oarchive() in recordio.h.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.