"test.c", line 3.5: 1506-009 (S) Bit-field test1 must be of type signe
현상 : "test.c", line 3.5: 1506-009 (S) Bit-field test1 must be of type signed int, unsigned int or int. "test.c", line 4.5: 1506-009 (S) Bit-field test2 must be of type signed int, unsigned int or int. "test.c", line 5.5: 1506-009 (S) Bit-field test3 must be of type signed int, unsigned int or int. 원인 : Solaris, HP/UX, Linux에서는 에러 메시지 없이 컴파일되는데 AIX에서 ..