1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

Silence unused variable warnings in release build

This commit is contained in:
Jason Rhinelander 2019-11-04 15:21:32 -04:00
parent c941ce5962
commit b0ab703c45

View file

@ -210,6 +210,8 @@ namespace llarp
assert(result != -1);
const PubKey sk_pk = keys.toPublic();
assert(pk == sk_pk);
(void)result;
(void)sk_pk;
}
void