#3604 Investigate whether we can get rid of the a bunch of GCC warnings
Closed 6 years ago Opened 6 years ago by fidencio.

The warnings we currently can't cope with are:
- "-Wbad-function-cast"
- "-Wformat-nonliteral"
- "-Wformat-signedness"
- "-Wformat-overflow=2"
- "-Wformat-truncation=2"
- "-Wformat-y2k"
- "-Wlogical-op"
- "-Wmissing-prototypes"
- "-Wmissing-declarations"
- "-Wpacked"
- "-Wstack-protector"
- "-Wstrict-overflow"
- "-Wsuggest-attribute=pure"
- "-Wsuggest-attribute=const"
- "-Wsuggest-attribute=format"
- "-Wsuggest-attribute=noreturn"
- "-Wswitch-default"
- "-Wunused-macros"
- "-Wvla"
- "-Wvla-larger-than=4031"


This issue was reported as part of the RFC for using GNULIB manywarnings on SSSD.
As the RFC has been closed (by myself) as rejected, I'm closing this issue as well.

Metadata Update from @fidencio:
- Issue status updated to: Closed (was: Open)

6 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/4627

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata