public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-3775] ada: Add new -gnatw_q switch to usage message
@ 2022-11-08  8:40 Marc Poulhi?s
  0 siblings, 0 replies; only message in thread
From: Marc Poulhi?s @ 2022-11-08  8:40 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:ae5de5a32798995bcc61099f3021ac28e8614bea

commit r13-3775-gae5de5a32798995bcc61099f3021ac28e8614bea
Author: Bob Duff <duff@adacore.com>
Date:   Tue Oct 18 08:33:47 2022 -0400

    ada: Add new -gnatw_q switch to usage message
    
    ...along with -gnatw_Q.
    
    gcc/ada/
    
            * usage.adb: Add -gnatw_q and -gnatw_Q.

Diff:
---
 gcc/ada/usage.adb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gcc/ada/usage.adb b/gcc/ada/usage.adb
index 7d11ae53696..642cfda1b27 100644
--- a/gcc/ada/usage.adb
+++ b/gcc/ada/usage.adb
@@ -567,6 +567,10 @@ begin
                                                   "record types");
    Write_Line ("        .Q*  turn off warnings for questionable layout of " &
                                                   "record types");
+   Write_Line ("        _q   turn on warnings for ignored " &
+                                                  "equality operators");
+   Write_Line ("        _Q*  turn off warnings for ignored " &
+                                                  "equality operators");
    Write_Line ("        r+   turn on warnings for redundant construct");
    Write_Line ("        R*   turn off warnings for redundant construct");
    Write_Line ("        .r+  turn on warnings for object renaming function");

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-08  8:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-08  8:40 [gcc r13-3775] ada: Add new -gnatw_q switch to usage message Marc Poulhi?s

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).