commit: 453d775b231e92982c01cadf026b279ec696d222 Author: Oskari Pirhonen <xxc3ncoredxx <AT> gmail <DOT> com> AuthorDate: Thu Feb 23 07:06:04 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Feb 26 20:22:42 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=453d775b
NEWS: mention 90config-impl-decl QA check Signed-off-by: Oskari Pirhonen <xxc3ncoredxx <AT> gmail.com> Closes: https://github.com/gentoo/portage/pull/995 Signed-off-by: Sam James <sam <AT> gentoo.org> NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS b/NEWS index c31e76651..3349b6447 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,17 @@ Features: * install-qa-check.d: 60pkgconfig: add opt-in QA_PKGCONFIG_VERSION check +* install-qa-check.d: add 90config-impl-decl to detect -Wimplicit-function-declaration + in config.log, CMakeError.log, and meson-log.txt. ebuilds can add functions to + the QA_CONFIG_IMPL_DECL_SKIP array to skip false positives. + + The following entries are created in qa.log under the tag 'config.log-impl-decl': + + * 'line' - line number in the config log where the warning is found + * 'func' - the function that is implicitly declared + + (bug #892651) + * emerge: Log completion of package installs. Bug fixes:
