]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/date_time/test/gregorian/testdate.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / date_time / test / gregorian / testdate.cpp
index 5884c1a87e2302f285ec4024b1213a83e11c985b..4f86e1db2cbbb175a0193dc52bd339a2be8d8888 100644 (file)
@@ -286,7 +286,7 @@ main()
     tm d_tm = to_tm(d);
     check("Exception not thrown (special_value to_tm)", false);
     std::cout << d_tm.tm_sec << std::endl; //does nothing useful but stops compiler from complaining about unused d_tm
-  }catch(std::out_of_range& e){
+  }catch(std::out_of_range&){
     check("Caught expected exception (special_value to_tm)", true);
   }catch(...){
     check("Caught un-expected exception (special_value to_tm)", false);