From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <775b8d190601151814g3d802e22p5cc7476e5d70542c@mail.gmail.com> Date: Mon, 16 Jan 2006 13:14:09 +1100 From: Bruce Ellis To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] Re: warning of putchar In-Reply-To: <0IT500GUMWZSL1@lianchuang.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <0IT500GUMWZSL1@lianchuang.com> Topicbox-Message-UUID: d862cf30-ead0-11e9-9d60-3106f5b1d025 many years ago when i was sharing a place with boyd at ben buckler i would often wake and bark "argc, argv, envp" in a stupid pirate voice as i attempted to make coffee (we had good view of the sea). one morning he'd obviously found my copy of the ANSI C draft and retorted with "strrrrrrrrrrrrrrr.........................chrrrrrrrrrrrrr". i think the point to the story is i should find the kitchen and you should probably not be using 25 year old technology and expect it to be compatible with kenc. brucee On 1/16/06, 党立斌 wrote: > I encountered these warnings while port figlet 2.2.2 to Plan 9. > And I just wonder is it normal? and why? > > Thanks in advance. > > Lee > > > /* 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 > >