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:
Diffstat (limited to 'extern/ceres/patches/unused_parameter.patch')
-rw-r--r--extern/ceres/patches/unused_parameter.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/extern/ceres/patches/unused_parameter.patch b/extern/ceres/patches/unused_parameter.patch
deleted file mode 100644
index 14969d6a19f..00000000000
--- a/extern/ceres/patches/unused_parameter.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/extern/ceres/include/ceres/internal/autodiff.h b/extern/ceres/include/ceres/internal/autodiff.h
-index 71b7bae4757..cb7b1aca5b9 100644
---- a/include/ceres/internal/autodiff.h
-+++ b/include/ceres/internal/autodiff.h
-@@ -198,7 +198,7 @@ struct Make1stOrderPerturbation {
- template <int N, int Offset, typename T, typename JetT>
- struct Make1stOrderPerturbation<N, N, Offset, T, JetT> {
- public:
-- static void Apply(const T* src, JetT* dst) {}
-+ static void Apply(const T* /*src*/, JetT* /*dst*/) {}
- };
-
- // Calls Make1stOrderPerturbation for every parameter block.