diff Platforms/Generic/Oracle.cpp @ 562:37e396ae08a3

Merged dev into default
author Alain Mazy <am@osimis.io>
date Thu, 18 Apr 2019 07:30:56 +0000
parents 0f43e479b49c
children 4f2416d519b4
line wrap: on
line diff
--- a/Platforms/Generic/Oracle.cpp	Wed Apr 17 17:57:50 2019 +0200
+++ b/Platforms/Generic/Oracle.cpp	Thu Apr 18 07:30:56 2019 +0000
@@ -70,7 +70,7 @@
           {
             command.Execute();
           }
-          catch (Orthanc::OrthancException& ex)
+          catch (Orthanc::OrthancException& /*ex*/)
           {
             // this is probably a curl error that has been triggered.  We may just ignore it.
             // The command.success_ will stay at false and this will be handled in the command.Commit