]> gcc.gnu.org Git - gcc.git/commitdiff
ada: Add new -gnatw_q switch to usage message
authorBob Duff <duff@adacore.com>
Tue, 18 Oct 2022 12:33:47 +0000 (08:33 -0400)
committerMarc Poulhiès <poulhies@adacore.com>
Tue, 8 Nov 2022 08:34:57 +0000 (09:34 +0100)
...along with -gnatw_Q.

gcc/ada/

* usage.adb: Add -gnatw_q and -gnatw_Q.

gcc/ada/usage.adb

index 7d11ae536968d631bbac88328845c4ab39c2ae29..642cfda1b270664a9e8e34300a67a82c8fa39298 100644 (file)
@@ -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");
This page took 0.06119 seconds and 5 git commands to generate.