akuukka / quickhull

C++ implementation of the 3D QuickHull algorithm
266 stars 52 forks source link

Fix GCC 13 errors and warnings #19

Closed PKua007 closed 1 year ago

PKua007 commented 1 year ago

This PR fixes a couple of errors and warnings when compiled on GCC 13 with -Wall -Wextra -Wpedantic.

This includes:

akuukka commented 1 year ago

Looks good to me, thanks!