Skip to content

Commit

Permalink
Remove benign warning during toolchain discovery (#1540)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo authored Jan 24, 2024
1 parent 81d5133 commit 9932580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alire/alire-toolchains.adb
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ package body Alire.Toolchains is
& TTY.URL (Full_Name (Item)));
end if;

else
elsif Simple_Name (Item) /= Simple_Name (Dirty_Cache_Flag) then
Warnings.Warn_Once ("Unexpected file in toolchain crates path: "
& TTY.URL (Full_Name (Item)));
end if;
Expand Down

0 comments on commit 9932580

Please sign in to comment.