shinyquagsire23 / OpenJKDF2

A cross-platform reimplementation of JKDF2 in C
Other
493 stars 39 forks source link

Fix build for macOS - once and for all! #244

Closed annnoo closed 1 year ago

annnoo commented 1 year ago

I've noticed that the macOS builds fail because in Clang the default level (warning or error) for Implicit function declaration seems to be error, while in other compilers it is warning. This pr tries to fix this issue by defining that this should always be an warning, not an error

annnoo commented 1 year ago

Build failed because of problems with brew

annnoo commented 1 year ago

Oh, didn't noticed it because I'm and the CI is not using VS22. Will look into it later , if it is not fixed already