> > 殆どがワーニングが出て255になるんじゃない > gcc -c test.c > 何も出なかった > gcc -Wall -W -pedantic -c test.c > やっぱり何も出なかった > gcc -Wconversion -c test.c > test.c:2: warning: negative integer implicitly converted to unsigned type > ウォーニングが出たヽ(´ー`)ノunsignedになった値は負数の内部表現に依存すると思う Wallで出ないなんて gccのバージョンは? gcc --version 参考:2004/02/20(金)01時07分53秒