mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 13:07:38 +03:00
Fix unused variable error when building without WITH_XC_YUBIKEY.
This commit is contained in:
parent
4cc06f94c0
commit
86a5553c3a
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue