Project

General

Profile

Actions

Bug #3287

closed

proc.cのコンパイルでウォーニング

Added by taca (Takahiro Kambe) almost 14 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
Target version:
ruby -v:
ruby 1.9.2dev (2010-05-13 revision 27783) [i386-netbsdelf5.99.29]
Backport:
[ruby-dev:41312]

Description

=begin
proc.cのコンパイルでウォーニングが出ます。

gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -fPIC -pipe -I. -I.ext/include/i386-netbsdelf5.99.29 -I./include -I. -DRUBY_EXPORT -o proc.o -c proc.c
proc.c: In function 'mnew':
proc.c:963: warning: 'meb.mark' is used uninitialized in this function

確かに初期化されていない様です。添付のパッチで直ります。
=end


Files

d (280 Bytes) d taca (Takahiro Kambe), 05/13/2010 10:48 PM
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0