diff OrthancServer/OrthancInitialization.cpp @ 2836:7133ad478eea

fix Debian warnings
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Sep 2018 16:17:46 +0200
parents 3ee82c7313e7
children 6eebc2eb3168
line wrap: on
line diff
--- a/OrthancServer/OrthancInitialization.cpp	Thu Sep 20 11:27:48 2018 +0200
+++ b/OrthancServer/OrthancInitialization.cpp	Thu Sep 20 16:17:46 2018 +0200
@@ -1053,7 +1053,7 @@
     {
       boost::filesystem::create_directories(indexDirectory);
     }
-    catch (boost::filesystem::filesystem_error)
+    catch (boost::filesystem::filesystem_error&)
     {
     }