CHANGES:
-
Disable every warnings when compiling the vendored
glpk
code (#41 @kit-ty-kate @MisterDA) -
Replace
sprintf
andvsprintf
withsnprintf
andvsnprintf
(#41 @MisterDA) -
Always compile C++ files with
-x c++
on non-msvc compilers to avoid issues when usingclang
(#53 @kit-ty-kate)