]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/serialization/test/test_interrupts.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / serialization / test / test_interrupts.cpp
index cb81712a666ea4c2448f602cc2c4fb98b2848009..e5e772588e85b36d56984e2255c523d015da6794 100644 (file)
@@ -29,7 +29,7 @@ namespace std{
 
 struct test_dummy_out {
     template<class Archive>
-    void save(Archive & ar, const unsigned int /*version*/) const {
+    void save(Archive &, const unsigned int /*version*/) const {
         throw boost::archive::archive_exception(
             boost::archive::archive_exception::other_exception
         );
@@ -77,10 +77,10 @@ int test_out(){
 
 struct test_dummy_in {
     template<class Archive>
-    void save(Archive & ar, const unsigned int /*version*/) const {
+    void save(Archive & /* ar */, const unsigned int /*version*/) const {
     }
     template<class Archive>
-    void load(Archive & ar, const unsigned int /*version*/){
+    void load(Archive & /* ar */, const unsigned int /*version*/){
         throw boost::archive::archive_exception(
             boost::archive::archive_exception::other_exception
         );