From cb93c9df9c4a82c97dc70f8613efc5c1b521c6c1 Mon Sep 17 00:00:00 2001 From: mru Date: Sun, 18 Jan 2009 05:52:08 +0000 Subject: [PATCH] Alpha: add some const, kill some warnings git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16665 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- libavcodec/alpha/asm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/alpha/asm.h b/libavcodec/alpha/asm.h index 1877704e7..04d4f89a5 100644 --- a/libavcodec/alpha/asm.h +++ b/libavcodec/alpha/asm.h @@ -62,12 +62,12 @@ static inline uint64_t WORD_VEC(uint64_t x) #ifdef __GNUC__ #define ldq(p) \ - (((union { \ + (((const union { \ uint64_t __l; \ __typeof__(*(p)) __s[sizeof (uint64_t) / sizeof *(p)]; \ } *) (p))->__l) #define ldl(p) \ - (((union { \ + (((const union { \ int32_t __l; \ __typeof__(*(p)) __s[sizeof (int32_t) / sizeof *(p)]; \ } *) (p))->__l) -- 2.39.2