We should create and maintain a set of warnings for gcc that can help us to improve and identify code issues in DS. These will be useful in CI/Jenkins and on personal development systems to help maintain high quality code. Some of these are enabled, but we should consider:
gcc < 6: -Wextra
gcc >= 6: -Wlogical-op -Wduplicated-cond -Wshift-overflow=2 -Wnull-dereference
Could it be in a configure option or "LDFLAGS=..." in the spec file uesd by CI/Jenkins?
I'm a bit afraid too noisy "configure" could break the official build as we experienced...
I realised we don't need this, so I'm removing it.
Metadata Update from @nhosoi: - Issue assigned to firstyear - Issue set to the milestone: 1.3.5 backlog
389-ds-base is moving from Pagure to Github. This means that new issues and pull requests will be accepted only in 389-ds-base's github repository.
This issue has been cloned to Github and is available here: - https://github.com/389ds/389-ds-base/issues/1799
If you want to receive further updates on the issue, please navigate to the github issue and click on subscribe button.
subscribe
Thank you for understanding. We apologize for all inconvenience.
Metadata Update from @spichugi: - Issue close_status updated to: wontfix (was: Invalid)