You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just to be sure that the other projects (mintlib, pml) are still compilable. For instance, gcc 5.x has shifted from default C89 standard and one had to introduce -fgnu89-inline to mintlib as it's full of incompatible inline statements.
The text was updated successfully, but these errors were encountered:
It's not so hard: https://docs.travis-ci.com/user/languages/cpp/#C11-C%2B%2B11-(and-Beyond)-and-Toolchain-Versioning
Just to be sure that the other projects (mintlib, pml) are still compilable. For instance, gcc 5.x has shifted from default C89 standard and one had to introduce
-fgnu89-inline
to mintlib as it's full of incompatible inline statements.The text was updated successfully, but these errors were encountered: