29 Apr
2008
29 Apr
'08
9:31 a.m.
"VV" == Vladimir Volovich writes: VV> does that make sense to anyone? i tested this with GCC, and got these warnings with the -pedantic option: $ gcc -c -pedantic test.c test.c: In function 'test': test.c:7: warning: ISO C forbids casting nonscalar to the same type test.c:9: warning: ISO C forbids casting nonscalar to the same type so i guess xlc's refusal to compile is not completely groundless. Best, v.