]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Silence one icc warning:
authorcehoyos <cehoyos@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 10 Feb 2009 09:12:52 +0000 (09:12 +0000)
committercehoyos <cehoyos@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 10 Feb 2009 09:12:52 +0000 (09:12 +0000)
variable "..." is used before its value is set

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17127 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavutil/common.h

index 506c68f701aba8fdc543dc59bc4b3ea5896369a7..d8f2f6414f67104ef7cc1942ecc8038a16c43050 100644 (file)
 #endif
 
 #ifndef av_uninit
-#if defined(__GNUC__)
+#if defined(__GNUC__) && !defined(__ICC)
 #    define av_uninit(x) x=x
 #else
 #    define av_uninit(x) x