diff options
author | wtc%netscape.com <devnull@localhost> | 2002-09-06 00:27:52 +0000 |
---|---|---|
committer | wtc%netscape.com <devnull@localhost> | 2002-09-06 00:27:52 +0000 |
commit | 808963c4bf5ce4138a99ed5c3dc9d1dd2a0e635f (patch) | |
tree | 9c1e90110dcbb447dfc5958e76de4cefae995793 /security/nss/lib/dev | |
parent | a72f84c5a2246006d1bb9571ba2e6912d946f3ba (diff) | |
download | nss-hg-808963c4bf5ce4138a99ed5c3dc9d1dd2a0e635f.tar.gz |
Bugs 166734 and 166785: fixed compiler warnings reported by gcc on Linux.
The patch for this checkin is attached to bug 166785.
Diffstat (limited to 'security/nss/lib/dev')
-rw-r--r-- | security/nss/lib/dev/devslot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/dev/devslot.c b/security/nss/lib/dev/devslot.c index ad53ca83e..81cd512d5 100644 --- a/security/nss/lib/dev/devslot.c +++ b/security/nss/lib/dev/devslot.c @@ -91,6 +91,7 @@ static PRIntervalTime s_token_delay_time = 0; /* The flags needed to open a read-only session. */ static const CK_FLAGS s_ck_readonly_flags = CKF_SERIAL_SESSION; +#ifdef PURE_STAN_BUILD /* In pk11slot.c, this was a no-op. So it is here also. */ static CK_RV PR_CALLBACK nss_ck_slot_notify @@ -103,7 +104,6 @@ nss_ck_slot_notify return CKR_OK; } -#ifdef PURE_STAN_BUILD NSS_IMPLEMENT NSSSlot * nssSlot_Create ( |