From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sat, 14 Jan 2006 17:07:59 +0800 From: =?gb2312?B?tbPBorHz?= To: "9fans@cse.psu.edu" <9fans@cse.psu.edu> Message-id: <0IT200ET9SC10A@lianchuang.com> MIME-version: 1.0 Content-type: text/plain; charset=gb2312 Content-transfer-encoding: 7BIT Subject: [9fans] warning of putchar Topicbox-Message-UUID: d6e54bc4-ead0-11e9-9d60-3106f5b1d025 /* test.c */ #include #include void main() { putchar('\n'); } 8c -w test.c warning:test.c:9 result of operation not used warning:test.c:9 result of operation not used warning:test.c:9 result of operation not used three repetitive warnings