Fix warning

This commit is contained in:
Eelco Dolstra 2022-05-25 15:05:39 +02:00
parent 09e55010f9
commit 2f8a34cddc
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -263,7 +263,8 @@ builtPathsPerInstallable(
struct CmdProfileInstall : InstallablesCommand, MixDefaultProfile
{
std::optional<int> priority;
std::optional<int64_t> priority;
CmdProfileInstall() {
addFlag({
.longName = "priority",