mirror of
https://github.com/triqs/dft_tools
synced 2025-01-05 10:59:34 +01:00
Remove warning about unused variable
This commit is contained in:
parent
984ead7f5d
commit
e329acfa06
@ -56,7 +56,7 @@ namespace app4triqs {
|
|||||||
friend void h5_read(triqs::h5::group grp, std::string subgroup_name, toto &m);
|
friend void h5_read(triqs::h5::group grp, std::string subgroup_name, toto &m);
|
||||||
|
|
||||||
/// Serialization
|
/// Serialization
|
||||||
template <class Archive> void serialize(Archive &ar, const unsigned int version) { ar &i; }
|
template <class Archive> void serialize(Archive &ar, const unsigned int) { ar &i; }
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user