icc 9.0 when compiling its generated code for its own FD_SET,
authorYang Tse <yangsita@gmail.com>
Thu, 15 Feb 2007 14:02:32 +0000 (14:02 +0000)
committerYang Tse <yangsita@gmail.com>
Thu, 15 Feb 2007 14:02:32 +0000 (14:02 +0000)
commit3c769f98e8fe55bf160ed7f62e7526f3d42f0276
treefa3ab8863532e2d41a7e1c19bb0286a9b33ae2f6
parentab3790b683e46865dc6ceb03b5b015fc85bbefbf
icc 9.0 when compiling its generated code for its own FD_SET,
FD_ISSET, and FD_ZERO macros emits warnings #1469 and #593.
So for icc 9.0 we also ignore warnings #1469 and #593.
* 593 warns on "variable __d0 was set but never used"
* 1469 warns on "cc clobber ignored"
acinclude.m4