summaryrefslogtreecommitdiff
path: root/src/identity.cpp
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2019-12-21 21:50:11 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2019-12-21 21:50:11 +0100
commita02ef25970cb97ab4c29b3859799062431ae668b (patch)
tree1c9b32ff49ada7e89fe5bd966b0eb194f042e60e /src/identity.cpp
parentf94443c63dfd63300e5bd29889935fd1f451175e (diff)
Enable and fix warnings
Diffstat (limited to 'src/identity.cpp')
-rw-r--r--src/identity.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/identity.cpp b/src/identity.cpp
index 4833f71..cee2688 100644
--- a/src/identity.cpp
+++ b/src/identity.cpp
@@ -169,6 +169,8 @@ shared_ptr<Identity::Priv> Identity::Priv::validate(const vector<Stored<Signed<I
auto p = new Priv {
.data = sdata,
+ .name = {},
+ .owner = nullopt,
};
shared_ptr<Priv> ret(p);