-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
c89 compatibility #261
c89 compatibility #261
Conversation
can you include my appveyor changes ? |
maybe it's not necessary to build vs14 twice for 32 and 64 bits |
I would prefer to test both win32 and win64 with the same VS version. |
Changed the test to be a little less strict and allow POSIX 2001 functions, so that it allows functions like |
bobyqa seems unstable, given the same initial value, algorithm is deterministic, so it should be stable. |
Fixes #259, adds
-std=c89 -pedantic -Werror
to compilation flags on Travis to catch future C89 errors.