gecko-dev/dom/webauthn
Mike Hommey 585adbd4da Bug 1732245 - Silence the unused-but-set-variable warning in dom/webauthn. r=keeler
dom/webauthn/WinWebAuthnManager.cpp(274,11): error: variable 'winAttestation' set but not used [-Werror,-Wunused-but-set-variable]
    DWORD winAttestation = WEBAUTHN_ATTESTATION_CONVEYANCE_PREFERENCE_ANY;
          ^
dom/webauthn/WinWebAuthnManager.cpp(529,9): error: variable 'winAttachment' set but not used [-Werror,-Wunused-but-set-variable]
  DWORD winAttachment = WEBAUTHN_AUTHENTICATOR_ATTACHMENT_ANY;
        ^

Differential Revision: https://phabricator.services.mozilla.com/D126449
2021-09-27 23:43:16 +00:00
..
cbor-cpp
libudev-sys
tests
winwebauthn
AndroidWebAuthnTokenManager.cpp
AndroidWebAuthnTokenManager.h
AuthenticatorAssertionResponse.cpp
AuthenticatorAssertionResponse.h
AuthenticatorAttestationResponse.cpp
AuthenticatorAttestationResponse.h
AuthenticatorResponse.cpp
AuthenticatorResponse.h
PWebAuthnTransaction.ipdl
PublicKeyCredential.cpp
PublicKeyCredential.h
U2FHIDTokenManager.cpp
U2FHIDTokenManager.h
U2FSoftTokenManager.cpp
U2FSoftTokenManager.h
U2FTokenManager.cpp
U2FTokenManager.h
U2FTokenTransport.h
WebAuthnCBORUtil.cpp
WebAuthnCBORUtil.h
WebAuthnCoseIdentifiers.h
WebAuthnManager.cpp
WebAuthnManager.h
WebAuthnManagerBase.cpp
WebAuthnManagerBase.h
WebAuthnTransactionChild.cpp
WebAuthnTransactionChild.h
WebAuthnTransactionParent.cpp
WebAuthnTransactionParent.h
WebAuthnUtil.cpp
WebAuthnUtil.h
WinWebAuthnManager.cpp Bug 1732245 - Silence the unused-but-set-variable warning in dom/webauthn. r=keeler 2021-09-27 23:43:16 +00:00
WinWebAuthnManager.h
moz.build Bug 1725145 - Preparation for the hybrid build env. r=necko-reviewers,firefox-build-system-reviewers,valentin,glandium 2021-08-25 10:46:17 +00:00
nsIU2FTokenManager.idl