projects
/
platform
/
upstream
/
pixman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8594373
)
mmx: Squash a warning by making the argument to ldl_u() const
author
Søren Sandmann Pedersen
<ssp@redhat.com>
Thu, 8 Mar 2012 14:29:46 +0000
(09:29 -0500)
committer
Søren Sandmann Pedersen
<ssp@redhat.com>
Thu, 8 Mar 2012 14:29:46 +0000
(09:29 -0500)
pixman/pixman-mmx.c
patch
|
blob
|
history
diff --git
a/pixman/pixman-mmx.c
b/pixman/pixman-mmx.c
index fe31b0865b2cfa4bc3bbc7c7855ad18473e1d470..f9efd73d30b448488e94c2cf3249470ea20a8fca 100644
(file)
--- a/
pixman/pixman-mmx.c
+++ b/
pixman/pixman-mmx.c
@@
-336,7
+336,7
@@
static __inline__ __m64 ldq_u(uint64_t *p)
#endif
}
-static __inline__ uint32_t ldl_u(uint32_t *p)
+static __inline__ uint32_t ldl_u(
const
uint32_t *p)
{
#ifdef USE_X86_MMX
/* x86's alignment restrictions are very relaxed. */