Skip to content

Commit

Permalink
Merge branch 'topic/vadim/ada2022' into 'master'
Browse files Browse the repository at this point in the history
Switch to use Ada 2022.

Closes #227

See merge request eng/ide/VSS!303
  • Loading branch information
godunko committed Dec 10, 2023
2 parents fda4c4e + 741a501 commit 097e11b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gnat/tools/json_schema.gpr
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ project JSON_Schema is
("../../tools/json_schema");
for Main use ("json_schema-driver.adb");

package Compiler renames VSS_Common.Compiler;
package Compiler is
for Switches ("Ada") use
VSS_Common.Ada_Compiler_Switches & "-gnat2022";
end Compiler;

package Linker renames VSS_Common.Linker;

Expand Down

0 comments on commit 097e11b

Please sign in to comment.