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

2008-11-19 Thread Mahadev konar (JIRA)

 [ 
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

2008-11-18 Thread Chris Darroch (JIRA)

 [ 
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] Updated: (ZOOKEEPER-227) gcc warning from recordio.h

2008-11-18 Thread Chris Darroch (JIRA)

 [ 
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

2008-11-18 Thread Chris Darroch (JIRA)

 [ 
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

2008-11-18 Thread Chris Darroch (JIRA)

 [ 
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

2008-11-18 Thread Patrick Hunt (JIRA)

 [ 
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

2008-11-18 Thread Patrick Hunt (JIRA)

 [ 
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.