Ruby Forum Ruby-core > [Ruby 1.8 - Bug #417] (Open) pedantic warning/error in header

Posted by Peter Bowen (Guest)
on 11.08.2008 15:37
(Received via mailing list)
Issue #417 has been reported by Peter Bowen.

----------------------------------------
Bug #417: pedantic warning/error in header
http://redmine.ruby-lang.org/issues/show/417

Author: Peter Bowen
Status: Open
Priority: Normal
Assigned to:
Category:
Target version:


In node.h, there is a trailing comma on the rb_thread_status enum.  If 
someone is compiling against node.h with -pedantic or strict c89/c90 
compliance enabled, this becomes invalid code.