From e4b15aeefcc220a46542c4bb2a2cea033e7954f0 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 11 Sep 2019 04:55:54 -0700 Subject: Fix some implicit casts --- utils/sofa-info.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/sofa-info.cpp') diff --git a/utils/sofa-info.cpp b/utils/sofa-info.cpp index c7c7a8f7..83e3d065 100644 --- a/utils/sofa-info.cpp +++ b/utils/sofa-info.cpp @@ -84,7 +84,7 @@ static void PrintSofaArray(const char *prefix, struct MYSOFA_ARRAY *array) * of other axes as necessary. The epsilons are used to constrain the * equality of unique elements. */ -static uint GetUniquelySortedElems(const uint m, const float *triplets, const int axis, +static uint GetUniquelySortedElems(const uint m, const float *triplets, const uint axis, const float *const (&filters)[3], const float (&epsilons)[3], float *elems) { -- cgit v1.2.3