From: Eric Botcazou <ebotca...@adacore.com>

gcc/ada/

        * debug.adb (dJ): Add back as unused.

Tested on x86_64-pc-linux-gnu, committed on master.

---
 gcc/ada/debug.adb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb
index f7fcd399769..3313c4a408f 100644
--- a/gcc/ada/debug.adb
+++ b/gcc/ada/debug.adb
@@ -67,6 +67,7 @@ package body Debug is
    --  dG   Generate all warnings including those normally suppressed
    --  dH   Hold (kill) call to gigi
    --  dI   Inhibit internal name numbering in gnatG listing
+   --  dJ
    --  dK   Kill all error messages
    --  dL   Ignore external calls from instances for elaboration
    --  dM   Assume all variables are modified (no current values)
-- 
2.45.2

Reply via email to