]> granicus.if.org Git - curl/commit
Try a simpler variation of the 'volatile' variables icc 9.1 on unix IA32 workaround.
authorYang Tse <yangsita@gmail.com>
Fri, 24 Apr 2009 10:38:12 +0000 (10:38 +0000)
committerYang Tse <yangsita@gmail.com>
Fri, 24 Apr 2009 10:38:12 +0000 (10:38 +0000)
commit651b4b9efacfb3742682b8f1d8c97feb3255e2db
treed8b657adab80861a28c90f60cb5b839b67c9acfb
parentab1e54375f36dc4e83df6803efe5fa80ed21b955
Try a simpler variation of the 'volatile' variables icc 9.1 on unix IA32 workaround.

Previous workaround proved useful, but triggered the following warning:

warning #556: a value of type "volatile Curl_addrinfo *" cannot be assigned to an entity of type "Curl_addrinfo *"
lib/curl_addrinfo.c