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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user