diff Platforms/Generic/Oracle.cpp @ 547:0f43e479b49c ct-pet-dose-struct

Removed old rtstruct demo (correct one on its way) + Many warning fixes (mostly 64-bit ?) + reformat + small fixes + indent (breaking long lines)
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 02 Apr 2019 11:54:28 +0200
parents b70e9be013e4
children 4f2416d519b4
line wrap: on
line diff
--- a/Platforms/Generic/Oracle.cpp	Tue Apr 02 09:38:50 2019 +0000
+++ b/Platforms/Generic/Oracle.cpp	Tue Apr 02 11:54:28 2019 +0200
@@ -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