We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
c2x
c1x
In these files
syntax/trunk/etc/bin/sxmake
Line 538 in 2e0a6fd
syntax/trunk/etc/make/gccoptions
Line 21 in 2e0a6fd
we have -std=c2x, and this option is not compatible with most versions of gcc tested, unlike -std=c1x.
-std=c2x
-std=c1x
Instead of just replacing it, it might be a better option to declare the GCC_WARNINGS variable once.
GCC_WARNINGS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In these files
syntax/trunk/etc/bin/sxmake
Line 538 in 2e0a6fd
syntax/trunk/etc/make/gccoptions
Line 21 in 2e0a6fd
we have
-std=c2x
, and this option is not compatible with most versions of gcc tested, unlike-std=c1x
.Instead of just replacing it, it might be a better option to declare the
GCC_WARNINGS
variable once.The text was updated successfully, but these errors were encountered: