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
This is just to remind the infra team to upgrade the chroot for the job gh_32-bit-build-smoke to fedora35
The upgrade at the moment is blocked due to the gcc warning : stringop-overread so we are currently running it on fedora-34-i386 chroot.
With this new change set we have also disabled the flag -Wno-address-of-packed-member which is no longer causing any issues.
So as of now we are working with the CFLAGS set to '-Wall -Werror'.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is just to remind the infra team to upgrade the chroot for the job gh_32-bit-build-smoke to fedora35
The upgrade at the moment is blocked due to the gcc warning : stringop-overread so we are currently running it on fedora-34-i386 chroot.
With this new change set we have also disabled the flag -Wno-address-of-packed-member which is no longer causing any issues.
So as of now we are working with the CFLAGS set to '-Wall -Werror'.
The text was updated successfully, but these errors were encountered: