mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Further narrow the use of the icc 9.1 optimizer workaround.
Previous workaround proved useful, and finally did not trigger any warning!
This commit is contained in:
parent
828a26286d
commit
c0d929bed9
@ -69,7 +69,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(__INTEL_COMPILER) && (__INTEL_COMPILER == 910) && \
|
#if defined(__INTEL_COMPILER) && (__INTEL_COMPILER == 910) && \
|
||||||
defined(__unix__) && defined(__i386__)
|
defined(__OPTIMIZE__) && defined(__unix__) && defined(__i386__)
|
||||||
/* workaround icc 9.1 optimizer issue */
|
/* workaround icc 9.1 optimizer issue */
|
||||||
# define vqualifier volatile
|
# define vqualifier volatile
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user