From 4fa1f6cc5c94b3e53c8bd8cfcaa488ec8215f961 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 25 Feb 2008 18:25:49 +0000 Subject: Make code C conformant. Originally committed as revision 12217 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/mem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil') diff --git a/libavutil/mem.h b/libavutil/mem.h index 4898b08..c39cce6 100644 --- a/libavutil/mem.h +++ b/libavutil/mem.h @@ -36,7 +36,7 @@ #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v #define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v #else - #warning No align and asm directives, this might fail. +// #warning No align and asm directives, this might fail. #define DECLARE_ALIGNED(n,t,v) t v #define DECLARE_ASM_CONST(n,t,v) static const t v #endif -- cgit v1.1