* doc/invoke.texi: Add -Wno-init-list-lifetime to C++ Language Options.
From-SVN: r264441
This commit is contained in:
parent
2d2ee18641
commit
8850966e26
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2018-09-20 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* doc/invoke.texi: Add -Wno-init-list-lifetime to C++ Language Options.
|
||||
|
||||
2018-09-20 Richard Sandiford <richard.sandiford@arm.com>
|
||||
|
||||
PR tree-optimization/87288
|
||||
|
|
|
@ -229,7 +229,7 @@ in the following sections.
|
|||
-fext-numeric-literals @gol
|
||||
-Wabi=@var{n} -Wabi-tag -Wconversion-null -Wctor-dtor-privacy @gol
|
||||
-Wdelete-non-virtual-dtor -Wdeprecated-copy -Wliteral-suffix @gol
|
||||
-Wmultiple-inheritance @gol
|
||||
-Wmultiple-inheritance -Wno-init-list-lifetime @gol
|
||||
-Wnamespaces -Wnarrowing @gol
|
||||
-Wpessimizing-move -Wredundant-move @gol
|
||||
-Wnoexcept -Wnoexcept-type -Wclass-memaccess @gol
|
||||
|
|
Loading…
Add table
Reference in a new issue