From ec2fd74f4728f9051d0621fb56cae6bc67cce596 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 13 Dec 2016 16:46:04 +0100 Subject: Fix strict warnings on Windows --- extern/curve_fit_nd/curve_fit_nd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extern/curve_fit_nd') diff --git a/extern/curve_fit_nd/curve_fit_nd.h b/extern/curve_fit_nd/curve_fit_nd.h index cfb1881fe00..7232f802e28 100644 --- a/extern/curve_fit_nd/curve_fit_nd.h +++ b/extern/curve_fit_nd/curve_fit_nd.h @@ -137,7 +137,7 @@ int curve_fit_cubic_to_points_refit_db( const double error_threshold, const unsigned int calc_flag, const unsigned int *corners, - unsigned int corners_len, + const unsigned int corners_len, const double corner_angle, double **r_cubic_array, unsigned int *r_cubic_array_len, -- cgit v1.2.3