]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Use ?j? in Output_Obsolescent_Entity_Warnings messages
authorViljar Indus <indus@adacore.com>
Mon, 1 Jul 2024 09:45:26 +0000 (12:45 +0300)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Thu, 1 Aug 2024 15:14:37 +0000 (17:14 +0200)
commitb2e0f3cd059be9812251c26fae29d32003a983da
treefbec305d9711686a0ba9534e96700ea69fbc893d
parentf6629e1458aab45c59c58ed856658f70b23f5a66
ada: Use ?j? in Output_Obsolescent_Entity_Warnings messages

These messages are conditionally activated only when
-gnatwj (Warn_On_Obsolescent_Feature) is activated. They
should use the switch specific insertion character instead.

gcc/ada/

* sem_warn.adb (Output_Obsolescent_Entity_Warnings): use the ?j?
in warning messages.
gcc/ada/sem_warn.adb