commit: 0ba65e82f048d69ee2d9e72131a245c63acdc133 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Mar 21 02:39:51 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Mar 30 18:14:54 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=0ba65e82
ebuild-writing/common-mistakes: add -Werror tracker link Bug: https://bugs.gentoo.org/show_bug.cgi?id=werror Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ebuild-writing/common-mistakes/text.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml index 2d8695f..3bbda05 100644 --- a/ebuild-writing/common-mistakes/text.xml +++ b/ebuild-writing/common-mistakes/text.xml @@ -113,6 +113,8 @@ preferred.</note> <p> "-Werror" is a flag which turns all warnings into errors and thus will abort compiling if any warning is encountered. +See <uri link="https://bugs.gentoo.org/show_bug.cgi?id=werror">bug 260867</uri> +for more information and real-life examples/fixes in the Gentoo tree. </p> <p><b>Rationale</b></p>
