Searched defs:LSX_UNUSED (Results 1 – 2 of 2) sorted by relevance
59 static int output_flow(sox_effect_t *effp LSX_UNUSED, sox_sample_t const * ibuf, in output_flow()60 sox_sample_t * obuf LSX_UNUSED, size_t * isamp, size_t * osamp) in output_flow()
75 #define LSX_UNUSED __attribute__ ((unused)) /* Parameter or local variable is intentionally unused… macro