MSYS2 GCC problem with Linux types #1270
Comments
|
@d3vv probably you need ask on Cygwin mailing list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
|
@d3vv probably you need ask on Cygwin mailing list |
Compile a small example with warning enable by:
gcc -Wold-style-cast msyswarn.cpp
we have a warning on msys2:
There is no such warnings on my CentOS, Debian and Gentoo..
This is not only warning - this is a difference with Linux types which produce a bogus code on msys in real projects with debug hell for investigation.
And but what is a problem? If from Linux man:
The text was updated successfully, but these errors were encountered: