Skip to content

Commit

Permalink
Remove benign warning during toolchain discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Jan 22, 2024
1 parent ecf4e23 commit b94e130
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 b94e130

Please sign in to comment.