mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 02:25:53 +00:00
Add option to enable -Wextra for gcc/clang.
This commit is contained in:
@@ -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&)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user