[Bf-blender-cvs] [865cdff4260] master: Cleanup: Replace UNUSED with comments (CPP style).

Jeroen Bakker noreply at git.blender.org
Mon May 9 15:08:39 CEST 2022


Commit: 865cdff426058f5d3edb5f7a50625392f9831a6f
Author: Jeroen Bakker
Date:   Mon May 9 15:08:01 2022 +0200
Branches: master
https://developer.blender.org/rB865cdff426058f5d3edb5f7a50625392f9831a6f

Cleanup: Replace UNUSED with comments (CPP style).

===================================================================

M	source/blender/freestyle/intern/geometry/SweepLine.h

===================================================================

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()



More information about the Bf-blender-cvs mailing list