木谷 洋
ryute****@mac*****
2005年 6月 1日 (水) 16:14:49 JST
木谷です On 2005/06/01, at 16:11, Shiro Kawai wrote: >> 一応コンパイルは通るようです。 >> autoloads.cとcompile.cで >> warning: target of assignment not really an lvalue; this will be a >> hard error in the future >> を多発するのが気になりますが。 >> > > 自動生成されるコードで左辺値に変なキャストを入れちゃったかな。 > 警告が出た行番号を教えて下さい (全てではなく、最初の > 2〜3個でいいです)。 autoloads.cだと、 autoloads.c:309: warning: target of assignment not really an lvalue; this will be a hard error in the future autoloads.c:323: warning: target of assignment not really an lvalue; this will be a hard error in the future autoloads.c:332: warning: target of assignment not really an lvalue; this will be a hard error in the future autoloads.c:470: warning: target of assignment not really an lvalue; this will be a hard error in the future ... といった調子です。 compile.cは compile.c:29121: warning: target of assignment not really an lvalue; this will be a hard error in the future compile.c:29124: warning: target of assignment not really an lvalue; this will be a hard error in the future compile.c:29125: warning: target of assignment not really an lvalue; this will be a hard error in the future compile.c:29126: warning: target of assignment not really an lvalue; this will be a hard error in the future ... と延々並んでます。 -- 木谷 洋