10.09.2014 20:40, Peter Meerwald wrote: > + > +START_TEST (mix_special_test) { > + pa_cpu_info cpu_info = { PA_CPU_UNDEFINED, {}, false }; > + pa_do_mix_func_t orig_func, special_func; > + > + cpu_info.force_generic_code = true; I don't see the point of first initializing the cpu_info.force_generic_code field to false and then setting it to true. -- Alexander E. Patrakov