BrunoLevy / geogram

a programming library with geometric algorithms
Other
1.8k stars 122 forks source link

Fix 'implicit-int' errors arising from Clang 16 #127

Closed daichi-ishida closed 7 months ago

daichi-ishida commented 8 months ago

Hi Bruno,

I recently upgraded my Clang version to 16, and this section resulted in an error. Upon investigation, I found that -Wimplicit-int has been escalated from a warning to an error since version 16, as mentioned in this link: https://www.redhat.com/en/blog/new-warnings-and-errors-clang-16. So I've fixed it.

BrunoLevy commented 7 months ago

Thank you very much ! Just merged the PR, will be included in v1.8.8.