changeset 664:01e418ebd7d6 libavutil

Silence one icc warning: variable "..." is used before its value is set
author cehoyos
date Tue, 10 Feb 2009 09:12:52 +0000
parents 39c6caee1839
children 6780cc679b76
files common.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/common.h	Tue Feb 10 01:24:06 2009 +0000
+++ b/common.h	Tue Feb 10 09:12:52 2009 +0000
@@ -102,7 +102,7 @@
 #endif
 
 #ifndef av_uninit
-#if defined(__GNUC__)
+#if defined(__GNUC__) && !defined(__ICC)
 #    define av_uninit(x) x=x
 #else
 #    define av_uninit(x) x