comparison Framework/Oracle/OrthancRestApiCommand.cpp @ 1315:1a08b779be64 broker

warning 4996 (deprecation in jsoncpp) + indentation changes
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 16 Mar 2020 11:21:13 +0100
parents 7ec8fea061b9
children 30deba7bc8e2
comparison
equal deleted inserted replaced
1314:9b126de2cde2 1315:1a08b779be64
20 20
21 21
22 #include "OrthancRestApiCommand.h" 22 #include "OrthancRestApiCommand.h"
23 23
24 #include <Core/OrthancException.h> 24 #include <Core/OrthancException.h>
25
26 #ifdef _MSC_VER
27 // 'Json::Reader': Use CharReader and CharReaderBuilder instead
28 #pragma warning(disable:4996)
29 #endif
25 30
26 #include <json/reader.h> 31 #include <json/reader.h>
27 #include <json/writer.h> 32 #include <json/writer.h>
28 33
29 namespace OrthancStone 34 namespace OrthancStone