mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Fix unused variable error when building without WITH_XC_YUBIKEY.
This commit is contained in:
parent
4cc06f94c0
commit
2d44c7e462
@ -177,7 +177,9 @@ namespace Utils
|
|||||||
outputDescriptor));
|
outputDescriptor));
|
||||||
compositeKey->addChallengeResponseKey(key);
|
compositeKey->addChallengeResponseKey(key);
|
||||||
}
|
}
|
||||||
#endif
|
#else
|
||||||
|
Q_UNUSED(yubiKeySlot);
|
||||||
|
#endif // WITH_XC_YUBIKEY
|
||||||
|
|
||||||
auto db = QSharedPointer<Database>::create();
|
auto db = QSharedPointer<Database>::create();
|
||||||
QString error;
|
QString error;
|
||||||
|
Loading…
Reference in New Issue
Block a user