Actions
Bug #3287
closedproc.cのコンパイルでウォーニング
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
Actions
Like0
Like0Like0Like0