]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/date_time/test/local_time/testlocal_time.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / date_time / test / local_time / testlocal_time.cpp
index 5271710efb65dc883ffcc0c6b0f3d1763ca04d79..ed3347c470057d2e273b1d26660981c2e9c765c6 100644 (file)
@@ -290,7 +290,7 @@ main()
         check("Exception not thrown (special_value to_tm)", false);
        //does nothing useful but stops compiler from complaining about unused ldt_tm
        std::cout << ldt_tm.tm_sec << std::endl; 
-      }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);