Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-12-13 18:46:04 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-12-13 18:46:04 +0300
commitec2fd74f4728f9051d0621fb56cae6bc67cce596 (patch)
treee7107b9fadd5f1793b4208e81894b9b8cce81923 /extern/curve_fit_nd
parent8bae72d04a77ba3ed8ea43735aa0d021122766f7 (diff)
Fix strict warnings on Windows
Diffstat (limited to 'extern/curve_fit_nd')
-rw-r--r--extern/curve_fit_nd/curve_fit_nd.h2
1 files changed, 1 insertions, 1 deletions
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,