Project

General

Profile

Actions

Bug #417

closed

pedantic warning/error in header

Added by pzb (Peter Bowen) over 15 years ago. Updated almost 13 years ago.

Status:
Closed
Target version:
-
ruby -v:
-
[ruby-core:18240]

Description

=begin
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.
=end


Files

ruby-pedantic-headers.diff (374 Bytes) ruby-pedantic-headers.diff pzb (Peter Bowen), 08/11/2008 10:37 PM
Actions #1

Updated by shyouhei (Shyouhei Urabe) about 15 years ago

  • Assignee set to shyouhei (Shyouhei Urabe)

=begin

=end

Actions #2

Updated by marcandre (Marc-Andre Lafortune) over 14 years ago

  • Status changed from Open to Closed
  • ruby -v set to -

=begin
Closing this issue since it appears to be fixed in ruby 1.8's code as well as 1.9 (enum is now in vmcore.h)
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0