projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc746ef
)
gdb: manual: fix werrors typo
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 16 Sep 2021 00:55:09 +0000
(20:55 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Thu, 16 Sep 2021 07:27:56 +0000
(
03:27
-0400)
gdb/doc/gdb.texinfo
patch
|
blob
|
history
diff --git
a/gdb/doc/gdb.texinfo
b/gdb/doc/gdb.texinfo
index 5e1de7e7a70681c2bf76d7175c7f629d6d85c950..88f97012b730c8b66384a427ed172199077279e4 100644
(file)
--- a/
gdb/doc/gdb.texinfo
+++ b/
gdb/doc/gdb.texinfo
@@
-38843,7
+38843,7
@@
different warning flags, depending on the exact version of the
compiler you are using.
@item --enable-werror
-Treat compiler warnings as
w
errors. It adds the @code{-Werror} flag
+Treat compiler warnings as errors. It adds the @code{-Werror} flag
to the compiler, which will fail the compilation if the compiler
outputs any warning messages.