3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-17 08:30:35 +02:00

Remove warning about unused variable

This commit is contained in:
Nils Wentzell 2019-04-25 13:52:22 -04:00
parent 984ead7f5d
commit e329acfa06

View File

@ -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; }
}; };
/** /**