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:
authorManuel Castilla <manzanillawork@gmail.com>2021-08-05 11:06:31 +0300
committerManuel Castilla <manzanillawork@gmail.com>2021-08-05 11:06:31 +0300
commit97e667237ab1380e9227d6d5c53f3f96e3ee9a05 (patch)
tree071639ab24af3d277d70931853b6a16d0e9ead34 /source/blender/compositor/operations/COM_PlaneCornerPinOperation.cc
parentdd512e0d3f910a35f6e20ee667ec05cfbbe8e191 (diff)
Fix compiler warnings: unused variables
Diffstat (limited to 'source/blender/compositor/operations/COM_PlaneCornerPinOperation.cc')
-rw-r--r--source/blender/compositor/operations/COM_PlaneCornerPinOperation.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/compositor/operations/COM_PlaneCornerPinOperation.cc b/source/blender/compositor/operations/COM_PlaneCornerPinOperation.cc
index 92b273327be..80baa779be1 100644
--- a/source/blender/compositor/operations/COM_PlaneCornerPinOperation.cc
+++ b/source/blender/compositor/operations/COM_PlaneCornerPinOperation.cc
@@ -220,8 +220,8 @@ void PlaneCornerPinMaskOperation::determineResolution(unsigned int resolution[2]
resolution[1] = preferredResolution[1];
}
-void PlaneCornerPinMaskOperation::get_area_of_interest(const int input_idx,
- const rcti &output_area,
+void PlaneCornerPinMaskOperation::get_area_of_interest(const int UNUSED(input_idx),
+ const rcti &UNUSED(output_area),
rcti &r_input_area)
{
/* All corner inputs are used as constants. */