mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix warning (for -Wextra)
This commit is contained in:
parent
49243e6c94
commit
57e35349e5
146 changed files with 459 additions and 499 deletions
|
@ -56,7 +56,7 @@ namespace sprout {
|
|||
}
|
||||
template<typename Ray>
|
||||
SPROUT_CONSTEXPR typename intersection<Ray>::type
|
||||
intersect_5(Ray const& ray, int hit_side, bool does_intersect, unit_type distance) const {
|
||||
intersect_5(Ray const& ray, int /*hit_side*/, bool does_intersect, unit_type distance) const {
|
||||
return typename intersection<Ray>::type(
|
||||
does_intersect,
|
||||
distance,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue