From ad4b6922f23e91b291c794b9fde5ee81941adb64 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Thu, 8 Mar 2012 09:41:33 -0800 Subject: [PATCH] Silence a warning about unused pixman_have_mmx Signed-off-by: Jeremy Huddleston --- pixman/pixman-cpu.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.7.4