From 89d0d2f109fbc91710c88e74a6175e4644f4ea04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Thu, 1 Sep 2016 17:52:31 -0400 Subject: [PATCH] pht: fix compilation with pedantic --- include/opendht/indexation/pht.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/opendht/indexation/pht.h b/include/opendht/indexation/pht.h index 1c5557af..534e7319 100644 --- a/include/opendht/indexation/pht.h +++ b/include/opendht/indexation/pht.h @@ -262,7 +262,7 @@ struct IndexEntry : public dht::Value::Serializable<IndexEntry> { Blob prefix; Value value; std::string name; - MSGPACK_DEFINE_MAP(prefix, value); + MSGPACK_DEFINE_MAP(prefix, value) }; class Pht { -- GitLab