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 16:08:01 +0300
committerJeroen Bakker <jeroen@blender.org>2022-05-09 16:08:34 +0300
commit865cdff426058f5d3edb5f7a50625392f9831a6f (patch)
tree48564ed14119dffd08611a0954aa134985e642cd
parent17429fe5e5b4ec7e304e400fb298c717767b53a5 (diff)
Cleanup: Replace UNUSED with comments (CPP style).
-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 442b7e97ed8..c170ee4d122 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> &UNUSED(brother))
+ template<class T3, class T4> binary_rule(const binary_rule<T3, T4> & /*brother*/)
{
}
virtual ~binary_rule()