aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_resampler_internal.h
diff options
context:
space:
mode:
authorPaul Adenot <[email protected]>2016-03-24 16:42:27 +0100
committerPaul Adenot <[email protected]>2016-03-24 16:45:18 +0100
commita820f6bf5bb7f0e27d00d2388a074e575c6f3319 (patch)
tree5afea1bedb28e212d6370b476bc07aec970acaa3 /src/cubeb_resampler_internal.h
parent80356a005db1a5a6cf01fd76f8f337f6b4119997 (diff)
downloadcubeb-a820f6bf5bb7f0e27d00d2388a074e575c6f3319.tar.gz
cubeb-a820f6bf5bb7f0e27d00d2388a074e575c6f3319.zip
Fix warning in cubeb_resampler.cpp by adding parenthesis.
Diffstat (limited to 'src/cubeb_resampler_internal.h')
-rw-r--r--src/cubeb_resampler_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cubeb_resampler_internal.h b/src/cubeb_resampler_internal.h
index f451968..6895911 100644
--- a/src/cubeb_resampler_internal.h
+++ b/src/cubeb_resampler_internal.h
@@ -448,7 +448,7 @@ cubeb_resampler_create_internal(cubeb_stream * stream,
std::unique_ptr<delay_line<T>> input_delay = nullptr;
std::unique_ptr<delay_line<T>> output_delay = nullptr;
- assert(input_params || output_params &&
+ assert((input_params || output_params) &&
"need at least one valid parameter pointer.");
/* All the streams we have have a sample rate that matches the target