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