diff options
author | Steve Ellcey <sje@cup.hp.com> | 2007-04-11 18:36:50 +0000 |
---|---|---|
committer | Steve Ellcey <sje@cup.hp.com> | 2007-04-11 18:36:50 +0000 |
commit | 58b38ee2f119643384ca76674ffaafbf893e0aed (patch) | |
tree | f7a34edee063c40562d7fe1e68dece2d212fdb4e /gdb/doc/gdbint.texinfo | |
parent | 70f575ccc8d2ef399512be60131931dc16149149 (diff) | |
download | gdb-58b38ee2f119643384ca76674ffaafbf893e0aed.zip gdb-58b38ee2f119643384ca76674ffaafbf893e0aed.tar.gz gdb-58b38ee2f119643384ca76674ffaafbf893e0aed.tar.bz2 |
* configure.ac (build_warnings): Add -Wno-char-subscripts.
* configure: Regenerate.
* doc/gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
Diffstat (limited to 'gdb/doc/gdbint.texinfo')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 8e6720f..3df6bee 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -5638,6 +5638,7 @@ is being used. @item -Wno-unused @itemx -Wno-switch +@itemx -Wno-char-subscripts These are warnings which might be useful for @value{GDBN}, but are currently too noisy to enable with @samp{-Werror}. |