]> granicus.if.org Git - curl/commit
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)
commitd381dd68cfe4db83a27bbd5d149339f0ed1e4047
treeaa99a2085b1fdbb5bb2a4c541448b3c27c366677
parent7a97e66fb31d1ed8f7c2b2a4f40f401120dd5068
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
ares/acinclude.m4