diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-09-15 20:55:09 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-09-16 03:27:56 -0400 |
commit | 0ffd31f0443ffc6dd2608b93737a931ea793e465 (patch) | |
tree | df9d247d8b9e48a3c81ec9685ad2c99fff20caa2 | |
parent | dc746ef741993a7aed1f7fc0083cd7a9636481a3 (diff) | |
download | gdb-0ffd31f0443ffc6dd2608b93737a931ea793e465.zip gdb-0ffd31f0443ffc6dd2608b93737a931ea793e465.tar.gz gdb-0ffd31f0443ffc6dd2608b93737a931ea793e465.tar.bz2 |
gdb: manual: fix werrors typo
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 5e1de7e..88f9701 100644 --- 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 werrors. 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. |