Re: (void)foo or __unused foo ?

看板FB_current作者時間13年前 (2012/07/27 19:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串4/8 (看更多)
In message <20120727093824.GB56662@onelab2.iet.unipi.it>, Luigi Rizzo writes: >The alternative way to avoid an 'unused' warning from the compiler >is an empty statement > > (void)foo; The thing I don't like about this form, is that it doesn't communicate your intention, only your action. Somewhere down my TODO list I have an item to propose instead: typedef void unused_t; int main(int argc, char **argv) { (unused_t)argc; (unused_t)argv; return (0); } -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
文章代碼(AID): #1G4dmpAB (FB_current)
討論串 (同標題文章)
文章代碼(AID): #1G4dmpAB (FB_current)