diff options
author | Oskari Pirhonen <xxc3ncoredxx@gmail.com> | 2023-02-26 15:19:19 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-26 21:55:24 +0000 |
commit | 95be4f4e72a28df07de10d0864b2e4800f1a22cd (patch) | |
tree | eef5833899826020a6ba2128ddf0456514e9755d /man | |
parent | NEWS: mention 90config-impl-decl QA check (diff) | |
download | portage-95be4f4e72a28df07de10d0864b2e4800f1a22cd.tar.gz portage-95be4f4e72a28df07de10d0864b2e4800f1a22cd.tar.bz2 portage-95be4f4e72a28df07de10d0864b2e4800f1a22cd.zip |
ebuild(5): add QA_CONFIG_IMPL_DECL_SKIP
Signed-off-by: Oskari Pirhonen <xxc3ncoredxx@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/ebuild.5 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5 index decef8399..029917878 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -916,6 +916,11 @@ If set, then portage verifies that all pkg-config .pc files have a Version field with the value of QA_PKGCONFIG_VERSION. For example, set \fIQA_PKGCONFIG_VERSION=${PV}\fR if your package is expected to install all pkg-config .pc files with a Version field containing PV. +.TP +.B QA_CONFIG_IMPL_DECL_SKIP +This should contain a list of function names to ignore when checking for +\fI-Wimplicit-function-declaration\fR in configure logs. This should only be +used for false positives. .SH "PORTAGE DECLARATIONS" .TP |