forked from lthn/blockchain
gcc warning fixed
This commit is contained in:
parent
1f3ae7b725
commit
b5879f7360
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@ namespace epee
|
|||
struct selector<true>
|
||||
{
|
||||
template<class t_type, class t_storage>
|
||||
static bool serialize(const t_type& d, t_storage& stg, typename t_storage::hsection hparent_section, const char* pname)
|
||||
static bool serialize(const t_type& d, t_storage& stg, [[maybe_unused]] typename t_storage::hsection hparent_section, [[maybe_unused]] const char* pname)
|
||||
{
|
||||
if constexpr (!t_storage::use_descriptions::value)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue