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:
authorJeroen Bakker <jeroen@blender.org>2022-05-09 09:20:57 +0300
committerJeroen Bakker <jeroen@blender.org>2022-05-09 11:38:46 +0300
commit6b95e75d2fc14ace9e9ec33b045a2ab18a51c78c (patch)
tree9a6ad085fed344c2b11ba6d2f541c0590435f15d /source/blender/freestyle
parentb96cdbcf7aaca543848ed9348ee52f6196810217 (diff)
Silenced compilation warning in freestyle.
Diffstat (limited to 'source/blender/freestyle')
-rw-r--r--source/blender/freestyle/intern/geometry/SweepLine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/geometry/SweepLine.h b/source/blender/freestyle/intern/geometry/SweepLine.h
index 1165e1bf064..442b7e97ed8 100644
--- a/source/blender/freestyle/intern/geometry/SweepLine.h
+++ b/source/blender/freestyle/intern/geometry/SweepLine.h
@@ -183,7 +183,7 @@ template<class T1, class T2> struct binary_rule {
binary_rule()
{
}
- template<class T3, class T4> binary_rule(const binary_rule<T3, T4> &brother)
+ template<class T3, class T4> binary_rule(const binary_rule<T3, T4> &UNUSED(brother))
{
}
virtual ~binary_rule()