Skip to content

Commit

Permalink
Add a boost::ignore_unused to keep Clang 6 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyelewis committed Mar 9, 2018
1 parent 1cacb6b commit 74277b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/uni/structure/geometry/rotation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,8 @@ namespace cath {
}
}
}
#else
boost::ignore_unused( tolerance );
#endif
}

Expand Down

0 comments on commit 74277b3

Please sign in to comment.