Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/
Date: Tue, 30 Mar 2021 18:15:53
Message-Id: 1617128094.0ba65e82f048d69ee2d9e72131a245c63acdc133.ulm@gentoo
1 commit: 0ba65e82f048d69ee2d9e72131a245c63acdc133
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 21 02:39:51 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 18:14:54 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=0ba65e82
7
8 ebuild-writing/common-mistakes: add -Werror tracker link
9
10 Bug: https://bugs.gentoo.org/show_bug.cgi?id=werror
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 ebuild-writing/common-mistakes/text.xml | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml
18 index 2d8695f..3bbda05 100644
19 --- a/ebuild-writing/common-mistakes/text.xml
20 +++ b/ebuild-writing/common-mistakes/text.xml
21 @@ -113,6 +113,8 @@ preferred.</note>
22 <p>
23 "-Werror" is a flag which turns all warnings into errors and thus will abort
24 compiling if any warning is encountered.
25 +See <uri link="https://bugs.gentoo.org/show_bug.cgi?id=werror">bug 260867</uri>
26 +for more information and real-life examples/fixes in the Gentoo tree.
27 </p>
28
29 <p><b>Rationale</b></p>