kmammou / v-hacd

Automatically exported from code.google.com/p/v-hacd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In PerformConvexDecomposition(), CostTask t shadows Timer t

madmiraal opened this issue · comments

include/VHACD.h: In member function 'void VHACD::VHACDImpl::PerformConvexDecomposition()':
include/VHACD.h:7610:38: error: declaration of 't' shadows a previous local [-Werror=shadow=local]
 7610 |                             CostTask t;
      |                                      ^
include/VHACD.h:7546:23: note: shadowed declaration is here
 7546 |                 Timer t;
      |                       ^