You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I still get one warning on Ubuntu 14.04LTS with gcc 4.8.2:
dualcontouring/octree.cpp:1903:48: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
VertexList* nv = ((VertexList *) location[i]) ;
The text was updated successfully, but these errors were encountered:
I still get one warning on Ubuntu 14.04LTS with gcc 4.8.2:
dualcontouring/octree.cpp:1903:48: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
VertexList* nv = ((VertexList *) location[i]) ;
The text was updated successfully, but these errors were encountered: