libFLAC/cpu.c: Add CPP guard

This commit is contained in:
Erik de Castro Lopo 2016-12-21 16:16:13 +11:00
parent 76c25ba870
commit 23ca12850c

View File

@ -227,8 +227,10 @@ x86_64_cpu_info (FLAC__CPUInfo *info)
#else
/* Silence compiler warnings. */
(void) info;
#if defined FLAC__CPU_IA32 || defined FLAC__CPU_X86_64
if (0) cpu_xgetbv_x86 ();
#endif
#endif
}
void FLAC__cpu_info (FLAC__CPUInfo *info)