summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2012-03-08 09:41:33 -0800
committerSøren Sandmann Pedersen <ssp@redhat.com>2012-03-13 18:02:25 -0400
commitad4b6922f23e91b291c794b9fde5ee81941adb64 (patch)
tree30ac9e94ae3719613470ea9500880854a548623e
parentbb5ff2687815eff20757612de965663ef3a2525b (diff)
Silence a warning about unused pixman_have_mmx
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
-rw-r--r--pixman/pixman-cpu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pixman/pixman-cpu.c b/pixman/pixman-cpu.c
index bb97ae3..1060f47 100644
--- a/pixman/pixman-cpu.c
+++ b/pixman/pixman-cpu.c
@@ -666,6 +666,7 @@ detect_cpu_features (void)
return features;
}
+#ifdef USE_X86_MMX
static pixman_bool_t
pixman_have_mmx (void)
{
@@ -681,6 +682,7 @@ pixman_have_mmx (void)
return mmx_present;
}
+#endif
#ifdef USE_SSE2
static pixman_bool_t