Add option to enable -Wextra for gcc/clang.

This commit is contained in:
Mike Ellery
2019-10-03 10:17:15 -07:00
committed by Manoj doshi
parent ca47583a3b
commit 82484e26f5
15 changed files with 31 additions and 23 deletions

View File

@@ -146,7 +146,7 @@ boost::optional<Manifest> deserializeManifest(Slice s)
m.signingKey = PublicKey(makeSlice(spk));
}
return std::move(m);
return m;
}
catch (std::exception const&)
{