Fix templates_parser to work with GCC 12 (#563)

Force `PRJ_BUILD` to `Release` to avoid `-gnatwe` and compilation issue:

```
templates_parser.adb:2093:55: warning: pragma Unreferenced given for "Next_Last" [enabled by default]
```
This commit is contained in:
Maxim Reznik
2022-07-05 10:24:56 +03:00
committed by GitHub
parent 128741301c
commit 3dc3a3bf81
@@ -23,6 +23,7 @@ TP_XMLADA = ["Installed", "Disabled"]
[gpr-set-externals]
TP_XMLADA = "Installed"
PRJ_BUILD = "Release"
[environment]
ADAFLAGS.set = "-gnaty-d" # Disable no DOS line terminators check