Mercurial > libavutil.hg
changeset 456:73268b3e728c libavutil
Make code C conformant.
author | michael |
---|---|
date | Mon, 25 Feb 2008 18:25:49 +0000 |
parents | ed36fc829044 |
children | b612613c38ba |
files | mem.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mem.h Mon Feb 25 14:53:55 2008 +0000 +++ b/mem.h Mon Feb 25 18:25:49 2008 +0000 @@ -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