Home
last modified time | relevance | path

Searched refs:WARN_UNUSED (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libsamplerate/
H A Dcommon.h56 # define WARN_UNUSED __attribute__ ((warn_unused_result)) macro
58 # define WARN_UNUSED macro
H A Dsrc_sinc.c82 …re_data (SINC_FILTER *filter, int channels, SRC_DATA *data, int half_filter_chan_len) WARN_UNUSED ;