From 865cdff426058f5d3edb5f7a50625392f9831a6f Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Mon, 9 May 2022 15:08:01 +0200 Subject: Cleanup: Replace UNUSED with comments (CPP style). --- source/blender/freestyle/intern/geometry/SweepLine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 struct binary_rule { binary_rule() { } - template binary_rule(const binary_rule &UNUSED(brother)) + template binary_rule(const binary_rule & /*brother*/) { } virtual ~binary_rule() -- cgit v1.2.3