Skip to content

Commit

Permalink
Fix compilation with GNAT FSF 7.5 (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
onox committed Aug 19, 2021
1 parent b60d088 commit 538a354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/alire/alire-solver.adb
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ package body Alire.Solver is

Trace.Debug
("SOLVER: gnat PASS " & Boolean'
(Specific_GNAT (Remaining).Value.Crate = R.Name)'Image
(Specific_GNAT (Remaining).Value.Crate = R.Name)'Img
& " for " & R.Milestone.TTY_Image
& " due to compiler already in dependencies: "
& Specific_GNAT (Remaining).Value.TTY_Image);
Expand All @@ -287,7 +287,7 @@ package body Alire.Solver is
Trace.Debug
("SOLVER: gnat PASS " & Boolean'
(Toolchains
.Tool_Dependency (GNAT_Crate).Crate = R.Name)'Image
.Tool_Dependency (GNAT_Crate).Crate = R.Name)'Img
& " for " & R.Milestone.TTY_Image
& " due to configured compiler: "
& Toolchains.Tool_Dependency (GNAT_Crate).TTY_Image);
Expand Down

0 comments on commit 538a354

Please sign in to comment.