Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /bin/sh: ./config.rpath: No such file or directory
- config.status: WARNING: 'GDALmake.opt.in' seems to ignore the --datarootdir setting
- geo_new.c: In function ‘gdal_ReadKey’:
- geo_new.c:236:13: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- *(pinfo_t *)(&keyptr->gk_data) = entptr->ent_val_offset;
- ^
- geo_write.c: In function ‘gdal_WriteKey’:
- geo_write.c:135:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- entptr->ent_val_offset = *(pinfo_t*)&keyptr->gk_data;
- ^
- hfaband.cpp: In function ‘CPLErr UncompressBlock(GByte*, int, GByte*, int, int)’:
- hfaband.cpp:686:80: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- ((float *) pabyDest)[nPixelsOutput] = *((float*)( &nDataValue ));
- ^
- hfaband.cpp: In member function ‘void HFABand::NullBlock(void*)’:
- hfaband.cpp:1051:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- ((GUInt16 *) &adfND)[0] = (GUInt16) dfNoData;
- ^
- hfaband.cpp:1055:34: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- ((GInt16 *) &adfND)[0] = (GInt16) dfNoData;
- ^
- hfaband.cpp:1059:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- ((GUInt32 *) &adfND)[0] = (GUInt32) dfNoData;
- ^
- hfaband.cpp:1063:34: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- ((GInt32 *) &adfND)[0] = (GInt32) dfNoData;
- ^
- hfaband.cpp:1067:33: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- ((float *) &adfND)[0] = (float) dfNoData;
- ^
- hfaband.cpp:1075:33: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- ((float *) &adfND)[0] = (float) dfNoData;
- ^
- sdk/segment/cpcidsk_array.cpp: In member function ‘void PCIDSK::CPCIDSK_ARRAY::Load()’:
- sdk/segment/cpcidsk_array.cpp:120:42: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- double dValue = *((double*)uValue);
- ^
- levellerdataset.cpp: In member function ‘bool LevellerDataset::load_from_file(VSILFILE*, const char*)’:
- levellerdataset.cpp:1349:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- if(!this->get((int&)unitcode, file, "coordsys_units"))
- ^
- levellerdataset.cpp:1399:23: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- if(this->get((int&)unitcode, file, "coordsys_em_units"))
- ^
- msg_basic_types.cpp: In function ‘void msg_native_format::to_native(msg_native_format::IMAGE_DESCRIPTION_RECORD&)’:
- msg_basic_types.cpp:82:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- t = *(unsigned int *)&r.referencegrid_visir.lineDirGridStep;
- ^
- msg_basic_types.cpp:84:56: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- r.referencegrid_visir.lineDirGridStep = *(float *)&t;
- ^
- msg_basic_types.cpp:87:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- t = *(unsigned int *)&r.referencegrid_visir.columnDirGridStep;
- ^
- msg_basic_types.cpp:89:58: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- r.referencegrid_visir.columnDirGridStep = *(float *)&t;
- ^
- openjpegdataset.cpp: In static member function ‘static GDALDataset* JP2OpenJPEGDataset::Open(GDALOpenInfo*)’:
- openjpegdataset.cpp:968:16: warning: variable ‘nX0’ set but not used [-Wunused-but-set-variable]
- OPJ_INT32 nX0,nY0;
- ^
- openjpegdataset.cpp:968:20: warning: variable ‘nY0’ set but not used [-Wunused-but-set-variable]
- OPJ_INT32 nX0,nY0;
- ^
- openjpegdataset.cpp:969:30: warning: variable ‘nTilesX’ set but not used [-Wunused-but-set-variable]
- OPJ_UINT32 nTileW,nTileH,nTilesX,nTilesY;
- ^
- openjpegdataset.cpp:969:38: warning: variable ‘nTilesY’ set but not used [-Wunused-but-set-variable]
- OPJ_UINT32 nTileW,nTileH,nTilesX,nTilesY;
- ^
- libcsf/ruseas.c: In function ‘RuseAs’:
- libcsf/ruseas.c:443:5: warning: case value ‘224’ not in enumerated type ‘CSF_CR {aka enum CSF_CR}’ [-Wswitch]
- case VS_BOOLEAN:
- ^
- libcsf/ruseas.c:467:4: warning: case value ‘240’ not in enumerated type ‘CSF_CR {aka enum CSF_CR}’ [-Wswitch]
- case VS_LDD:
- ^
- mbtilesdataset.cpp: In member function ‘char* MBTilesDataset::FindKey(int, int, int&, int&, int&)’:
- mbtilesdataset.cpp:632:18: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- poGrid = json_object_object_get(jsobj, "grid");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from mbtilesdataset.cpp:36:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- mbtilesdataset.cpp:632:18: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- poGrid = json_object_object_get(jsobj, "grid");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from mbtilesdataset.cpp:36:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- mbtilesdataset.cpp:632:54: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- poGrid = json_object_object_get(jsobj, "grid");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from mbtilesdataset.cpp:36:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- mbtilesdataset.cpp:702:35: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poKeys = json_object_object_get(jsobj, "keys");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from mbtilesdataset.cpp:36:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- mbtilesdataset.cpp:702:35: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poKeys = json_object_object_get(jsobj, "keys");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from mbtilesdataset.cpp:36:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- mbtilesdataset.cpp:702:71: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poKeys = json_object_object_get(jsobj, "keys");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from mbtilesdataset.cpp:36:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- argdataset.cpp: In function ‘const char* GetJsonValueStr(json_object*, CPLString)’:
- argdataset.cpp:156:31: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object * pJSONItem = json_object_object_get(pJSONObject, pszKey.c_str());
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from argdataset.cpp:34:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- argdataset.cpp:156:31: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object * pJSONItem = json_object_object_get(pJSONObject, pszKey.c_str());
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from argdataset.cpp:34:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- argdataset.cpp:156:81: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object * pJSONItem = json_object_object_get(pJSONObject, pszKey.c_str());
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from argdataset.cpp:34:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- dgnwrite.cpp: In function ‘int DGNAddRawAttrLink(DGNHandle, DGNElemCore*, int, unsigned char*)’:
- dgnwrite.cpp:2414:61: warning: operation on ‘psElement->DGNElemCore::raw_bytes’ may be undefined [-Wsequence-point]
- psElement->raw_bytes = psElement->raw_bytes += nLinkSize;
- ^
- ogrgeojsonreader.cpp: In member function ‘bool OGRGeoJSONReader::GenerateFeatureDefn(OGRGeoJSONLayer*, json_object*)’:
- ogrgeojsonreader.cpp:474:26: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- poObjProps = json_object_object_get(poObjProps, "properties");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogrgeojsonreader.h:34,
- from ogrgeojsonreader.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgeojsonreader.cpp:474:26: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- poObjProps = json_object_object_get(poObjProps, "properties");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogrgeojsonreader.h:34,
- from ogrgeojsonreader.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgeojsonreader.cpp:474:73: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- poObjProps = json_object_object_get(poObjProps, "properties");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogrgeojsonreader.h:34,
- from ogrgeojsonreader.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgeojsonreader.cpp: In member function ‘OGRFeature* OGRGeoJSONReader::ReadFeature(OGRGeoJSONLayer*, json_object*)’:
- ogrgeojsonreader.cpp:662:33: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poId = json_object_object_get(poObjProps, "_id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogrgeojsonreader.h:34,
- from ogrgeojsonreader.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgeojsonreader.cpp:662:33: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poId = json_object_object_get(poObjProps, "_id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogrgeojsonreader.h:34,
- from ogrgeojsonreader.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgeojsonreader.cpp:662:73: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poId = json_object_object_get(poObjProps, "_id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogrgeojsonreader.h:34,
- from ogrgeojsonreader.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgeojsonreader.cpp:666:34: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRev = json_object_object_get(poObjProps, "_rev");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogrgeojsonreader.h:34,
- from ogrgeojsonreader.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgeojsonreader.cpp:666:34: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRev = json_object_object_get(poObjProps, "_rev");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogrgeojsonreader.h:34,
- from ogrgeojsonreader.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgeojsonreader.cpp:666:75: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRev = json_object_object_get(poObjProps, "_rev");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogrgeojsonreader.h:34,
- from ogrgeojsonreader.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgeojsonreader.cpp:670:26: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- poObjProps = json_object_object_get(poObjProps, "properties");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogrgeojsonreader.h:34,
- from ogrgeojsonreader.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgeojsonreader.cpp:670:26: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- poObjProps = json_object_object_get(poObjProps, "properties");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogrgeojsonreader.h:34,
- from ogrgeojsonreader.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgeojsonreader.cpp:670:73: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- poObjProps = json_object_object_get(poObjProps, "properties");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogrgeojsonreader.h:34,
- from ogrgeojsonreader.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrsxflayer.cpp: In member function ‘virtual OGRFeature* OGRSXFLayer::GetNextRawFeature(long int)’:
- ogrsxflayer.cpp:800:10: warning: ‘eGeomType’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- else if (eGeomType == SXF_GT_TextTemplate ) // TODO realise this
- ^
- ogrsxflayer.cpp:689:10: warning: ‘code’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- else if (code == 0x05) // xxxx0101
- ^
- ogrgmedatasource.cpp: In member function ‘CPLHTTPResult* OGRGMEDataSource::MakeRequest(const char*, const char*)’:
- ogrgmedatasource.cpp:398:38: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object *error_doc = json_object_object_get(error_response, "error");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmedatasource.cpp:31:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmedatasource.cpp:398:38: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object *error_doc = json_object_object_get(error_response, "error");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmedatasource.cpp:31:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmedatasource.cpp:398:84: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object *error_doc = json_object_object_get(error_response, "error");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmedatasource.cpp:31:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmedatasource.cpp:399:39: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object *errors_doc = json_object_object_get(error_doc, "errors");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmedatasource.cpp:31:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmedatasource.cpp:399:39: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object *errors_doc = json_object_object_get(error_doc, "errors");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmedatasource.cpp:31:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmedatasource.cpp:399:81: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object *errors_doc = json_object_object_get(error_doc, "errors");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmedatasource.cpp:31:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmedatasource.cpp:432:47: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object *code_child = json_object_object_get(error_doc, "code");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmedatasource.cpp:31:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmedatasource.cpp:432:47: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object *code_child = json_object_object_get(error_doc, "code");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmedatasource.cpp:31:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmedatasource.cpp:432:87: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object *code_child = json_object_object_get(error_doc, "code");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmedatasource.cpp:31:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmedatasource.cpp: In member function ‘CPLHTTPResult* OGRGMEDataSource::PostRequest(const char*, const char*)’:
- ogrgmedatasource.cpp:543:34: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object *error_doc = json_object_object_get(error_response, "error");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmedatasource.cpp:31:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmedatasource.cpp:543:34: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object *error_doc = json_object_object_get(error_response, "error");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmedatasource.cpp:31:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmedatasource.cpp:543:80: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object *error_doc = json_object_object_get(error_response, "error");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmedatasource.cpp:31:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmedatasource.cpp:544:35: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object *errors_doc = json_object_object_get(error_doc, "errors");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmedatasource.cpp:31:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmedatasource.cpp:544:35: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object *errors_doc = json_object_object_get(error_doc, "errors");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmedatasource.cpp:31:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmedatasource.cpp:544:77: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object *errors_doc = json_object_object_get(error_doc, "errors");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmedatasource.cpp:31:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmedatasource.cpp:577:43: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object *code_child = json_object_object_get(error_doc, "code");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmedatasource.cpp:31:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmedatasource.cpp:577:43: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object *code_child = json_object_object_get(error_doc, "code");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmedatasource.cpp:31:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmedatasource.cpp:577:83: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object *code_child = json_object_object_get(error_doc, "code");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmedatasource.cpp:31:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmelayer.cpp: In member function ‘int OGRGMELayer::FetchDescribe()’:
- ogrgmelayer.cpp:184:31: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object *schema_doc = json_object_object_get(table_doc, "schema");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmelayer.cpp:32:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmelayer.cpp:184:31: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object *schema_doc = json_object_object_get(table_doc, "schema");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmelayer.cpp:32:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmelayer.cpp:184:73: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object *schema_doc = json_object_object_get(table_doc, "schema");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmelayer.cpp:32:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmelayer.cpp:185:32: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object *columns_doc = json_object_object_get(schema_doc, "columns");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmelayer.cpp:32:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmelayer.cpp:185:32: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object *columns_doc = json_object_object_get(schema_doc, "columns");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmelayer.cpp:32:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmelayer.cpp:185:76: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object *columns_doc = json_object_object_get(schema_doc, "columns");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmelayer.cpp:32:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmelayer.cpp: In member function ‘void OGRGMELayer::GetPageOfFeatures()’:
- ogrgmelayer.cpp:314:9: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object_object_get(current_feature_page, "features");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmelayer.cpp:32:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmelayer.cpp:314:9: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object_object_get(current_feature_page, "features");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmelayer.cpp:32:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmelayer.cpp:314:64: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object_object_get(current_feature_page, "features");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmelayer.cpp:32:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmelayer.cpp: In member function ‘OGRFeature* OGRGMELayer::GetNextRawFeature()’:
- ogrgmelayer.cpp:352:9: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object_object_get(feature_obj, "properties");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmelayer.cpp:32:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmelayer.cpp:352:9: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object_object_get(feature_obj, "properties");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmelayer.cpp:32:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmelayer.cpp:352:57: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object_object_get(feature_obj, "properties");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmelayer.cpp:32:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmelayer.cpp:381:9: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object_object_get(feature_obj, "geometry");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmelayer.cpp:32:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmelayer.cpp:381:9: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object_object_get(feature_obj, "geometry");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmelayer.cpp:32:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmelayer.cpp:381:55: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object_object_get(feature_obj, "geometry");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ../geojson/ogrgeojsonreader.h:34,
- from ogr_gme.h:35,
- from ogrgmelayer.cpp:32:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmejson.cpp: In function ‘const char* OGRGMEGetJSONString(json_object*, const char*, const char*)’:
- ogrgmejson.cpp:545:26: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object *child = json_object_object_get(parent, field);
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogrgmejson.h:36,
- from ogrgmejson.cpp:31:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmejson.cpp:545:26: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object *child = json_object_object_get(parent, field);
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogrgmejson.h:36,
- from ogrgmejson.cpp:31:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrgmejson.cpp:545:62: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object *child = json_object_object_get(parent, field);
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogrgmejson.h:36,
- from ogrgmejson.cpp:31:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp: In member function ‘OGRLayer* OGRCouchDBDataSource::OpenDatabase(const char*)’:
- ogrcouchdbdatasource.cpp:158:13: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object_object_get(poAnswerObj, "db_name") == NULL )
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:158:13: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object_object_get(poAnswerObj, "db_name") == NULL )
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:158:58: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object_object_get(poAnswerObj, "db_name") == NULL )
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:168:10: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- if ( json_object_object_get(poAnswerObj, "update_seq") != NULL )
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:168:10: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- if ( json_object_object_get(poAnswerObj, "update_seq") != NULL )
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:168:58: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- if ( json_object_object_get(poAnswerObj, "update_seq") != NULL )
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:170:46: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- int nUpdateSeq = json_object_get_int(json_object_object_get(poAnswerObj, "update_seq"));
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:170:46: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- int nUpdateSeq = json_object_get_int(json_object_object_get(poAnswerObj, "update_seq"));
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:170:94: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- int nUpdateSeq = json_object_get_int(json_object_object_get(poAnswerObj, "update_seq"));
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp: In member function ‘int OGRCouchDBDataSource::Open(const char*, int)’:
- ogrcouchdbdatasource.cpp:262:36: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poError = json_object_object_get(poAnswerObj, "error");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:262:36: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poError = json_object_object_get(poAnswerObj, "error");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:262:79: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poError = json_object_object_get(poAnswerObj, "error");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:263:37: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poReason = json_object_object_get(poAnswerObj, "reason");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:263:37: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poReason = json_object_object_get(poAnswerObj, "reason");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:263:81: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poReason = json_object_object_get(poAnswerObj, "reason");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp: In member function ‘OGRLayer* OGRCouchDBDataSource::ExecuteSQLStats(const char*)’:
- ogrcouchdbdatasource.cpp:887:21: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- (poRows = json_object_object_get(poAnswerObj, "rows")) != NULL &&
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:887:21: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- (poRows = json_object_object_get(poAnswerObj, "rows")) != NULL &&
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:887:63: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- (poRows = json_object_object_get(poAnswerObj, "rows")) != NULL &&
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:908:28: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poValue = json_object_object_get(poRow, "value");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:908:28: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poValue = json_object_object_get(poRow, "value");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:908:65: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poValue = json_object_object_get(poRow, "value");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:915:26: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poSum = json_object_object_get(poValue, "sum");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:915:26: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poSum = json_object_object_get(poValue, "sum");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:915:63: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poSum = json_object_object_get(poValue, "sum");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:916:28: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poCount = json_object_object_get(poValue, "count");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:916:28: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poCount = json_object_object_get(poValue, "count");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:916:67: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poCount = json_object_object_get(poValue, "count");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:917:26: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poMin = json_object_object_get(poValue, "min");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:917:26: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poMin = json_object_object_get(poValue, "min");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:917:63: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poMin = json_object_object_get(poValue, "min");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:918:26: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poMax = json_object_object_get(poValue, "max");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:918:26: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poMax = json_object_object_get(poValue, "max");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:918:63: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poMax = json_object_object_get(poValue, "max");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp: In static member function ‘static int OGRCouchDBDataSource::IsError(json_object*, const char*)’:
- ogrcouchdbdatasource.cpp:1143:28: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poError = json_object_object_get(poAnswerObj, "error");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:1143:28: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poError = json_object_object_get(poAnswerObj, "error");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:1143:71: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poError = json_object_object_get(poAnswerObj, "error");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:1144:29: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poReason = json_object_object_get(poAnswerObj, "reason");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:1144:29: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poReason = json_object_object_get(poAnswerObj, "reason");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:1144:73: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poReason = json_object_object_get(poAnswerObj, "reason");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp: In static member function ‘static int OGRCouchDBDataSource::IsOK(json_object*, const char*)’:
- ogrcouchdbdatasource.cpp:1178:25: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poOK = json_object_object_get(poAnswerObj, "ok");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:1178:25: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poOK = json_object_object_get(poAnswerObj, "ok");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbdatasource.cpp:1178:65: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poOK = json_object_object_get(poAnswerObj, "ok");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp: In member function ‘OGRFeature* OGRCouchDBLayer::TranslateFeature(json_object*)’:
- ogrcouchdblayer.cpp:191:25: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poId = json_object_object_get(poObj, "_id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:191:25: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poId = json_object_object_get(poObj, "_id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:191:60: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poId = json_object_object_get(poObj, "_id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:203:26: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRev = json_object_object_get(poObj, "_rev");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:203:26: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRev = json_object_object_get(poObj, "_rev");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:203:62: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRev = json_object_object_get(poObj, "_rev");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:218:35: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poObjProps = json_object_object_get( poObj, "properties" );
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:218:35: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poObjProps = json_object_object_get( poObj, "properties" );
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:218:79: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poObjProps = json_object_object_get( poObj, "properties" );
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:245:30: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poObjGeom = json_object_object_get( poObj, "geometry" );
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:245:30: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poObjGeom = json_object_object_get( poObj, "geometry" );
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:245:72: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poObjGeom = json_object_object_get( poObj, "geometry" );
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp: In member function ‘void OGRCouchDBLayer::BuildFeatureDefnFromDoc(json_object*)’:
- ogrcouchdblayer.cpp:357:31: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poObjProps = json_object_object_get( poDoc,
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:357:31: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poObjProps = json_object_object_get( poDoc,
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:358:70: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- "properties" );
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:393:9: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- if( json_object_object_get( poDoc, "geometry" ) == NULL )
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:393:9: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- if( json_object_object_get( poDoc, "geometry" ) == NULL )
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:393:51: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- if( json_object_object_get( poDoc, "geometry" ) == NULL )
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp: In member function ‘int OGRCouchDBLayer::BuildFeatureDefnFromRows(json_object*)’:
- ogrcouchdblayer.cpp:418:27: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRows = json_object_object_get(poAnswerObj, "rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:418:27: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRows = json_object_object_get(poAnswerObj, "rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:418:69: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRows = json_object_object_get(poAnswerObj, "rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:436:33: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poId = json_object_object_get(poTmpRow, "id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:436:33: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poId = json_object_object_get(poTmpRow, "id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:436:70: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poId = json_object_object_get(poTmpRow, "id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:451:26: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poDoc = json_object_object_get(poRow, "doc");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:451:26: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poDoc = json_object_object_get(poRow, "doc");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:451:61: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poDoc = json_object_object_get(poRow, "doc");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:453:17: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- poDoc = json_object_object_get(poRow, "value");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:453:17: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- poDoc = json_object_object_get(poRow, "value");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:453:54: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- poDoc = json_object_object_get(poRow, "value");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp: In member function ‘int OGRCouchDBLayer::FetchNextRowsAnalyseDocs(json_object*)’:
- ogrcouchdblayer.cpp:490:27: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRows = json_object_object_get(poAnswerObj, "rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:490:27: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRows = json_object_object_get(poAnswerObj, "rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:490:69: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRows = json_object_object_get(poAnswerObj, "rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:513:30: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poDoc = json_object_object_get(poRow, "doc");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:513:30: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poDoc = json_object_object_get(poRow, "doc");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:513:65: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poDoc = json_object_object_get(poRow, "doc");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:515:21: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- poDoc = json_object_object_get(poRow, "value");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:515:21: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- poDoc = json_object_object_get(poRow, "value");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:515:58: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- poDoc = json_object_object_get(poRow, "value");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:525:29: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poId = json_object_object_get(poDoc, "_id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:525:29: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poId = json_object_object_get(poDoc, "_id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdblayer.cpp:525:64: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poId = json_object_object_get(poDoc, "_id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp: In member function ‘int OGRCouchDBTableLayer::RunSpatialFilterQueryIfNecessary()’:
- ogrcouchdbtablelayer.cpp:177:13: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object_object_get(poAnswerObj, "spatial") != NULL);
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:177:13: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object_object_get(poAnswerObj, "spatial") != NULL);
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:177:58: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object_object_get(poAnswerObj, "spatial") != NULL);
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:191:33: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- (poSpatialObj = json_object_object_get(poAnswerObj, "spatial")) != NULL &&
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:191:33: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- (poSpatialObj = json_object_object_get(poAnswerObj, "spatial")) != NULL &&
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:191:78: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- (poSpatialObj = json_object_object_get(poAnswerObj, "spatial")) != NULL &&
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:193:17: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object_object_get(poSpatialObj, "minimal") != NULL);
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:193:17: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object_object_get(poSpatialObj, "minimal") != NULL);
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:193:63: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object_object_get(poSpatialObj, "minimal") != NULL);
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:244:28: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poError = json_object_object_get(poAnswerObj, "error");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:244:28: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poError = json_object_object_get(poAnswerObj, "error");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:244:71: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poError = json_object_object_get(poAnswerObj, "error");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:245:29: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poReason = json_object_object_get(poAnswerObj, "reason");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:245:29: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poReason = json_object_object_get(poAnswerObj, "reason");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:245:73: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poReason = json_object_object_get(poAnswerObj, "reason");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:269:27: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRows = json_object_object_get(poAnswerObj, "rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:269:27: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRows = json_object_object_get(poAnswerObj, "rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:269:69: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRows = json_object_object_get(poAnswerObj, "rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:295:29: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poId = json_object_object_get(poRow, "id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:295:29: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poId = json_object_object_get(poRow, "id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:295:63: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poId = json_object_object_get(poRow, "id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp: In member function ‘int OGRCouchDBTableLayer::HasFilterOnFieldOrCreateIfNecessary(const char*)’:
- ogrcouchdbtablelayer.cpp:358:9: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object_object_get(poAnswerObj, "views") != NULL)
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:358:9: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object_object_get(poAnswerObj, "views") != NULL)
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:358:52: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object_object_get(poAnswerObj, "views") != NULL)
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp: In member function ‘virtual int OGRCouchDBTableLayer::GetFeatureCount(int)’:
- ogrcouchdbtablelayer.cpp:904:27: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- (poRows = json_object_object_get(poAnswerObj, "rows")) != NULL &&
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:904:27: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- (poRows = json_object_object_get(poAnswerObj, "rows")) != NULL &&
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:904:69: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- (poRows = json_object_object_get(poAnswerObj, "rows")) != NULL &&
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:919:48: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poValue = json_object_object_get(poRow, "value");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:919:48: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poValue = json_object_object_get(poRow, "value");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:919:85: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poValue = json_object_object_get(poRow, "value");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:929:52: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poCount = json_object_object_get(poValue, "count");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:929:52: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poCount = json_object_object_get(poValue, "count");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:929:91: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poCount = json_object_object_get(poValue, "count");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp: In member function ‘int OGRCouchDBTableLayer::GetTotalFeatureCount()’:
- ogrcouchdbtablelayer.cpp:985:32: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poTotalRows = json_object_object_get(poAnswerObj,
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:985:32: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poTotalRows = json_object_object_get(poAnswerObj,
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:986:69: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- "total_rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:993:27: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRows = json_object_object_get(poAnswerObj, "rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:993:27: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRows = json_object_object_get(poAnswerObj, "rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:993:69: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRows = json_object_object_get(poAnswerObj, "rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1010:33: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poId = json_object_object_get(poRow, "id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1010:33: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poId = json_object_object_get(poRow, "id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1010:67: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poId = json_object_object_get(poRow, "id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp: In member function ‘int OGRCouchDBTableLayer::GetMaximumId()’:
- ogrcouchdbtablelayer.cpp:1193:27: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRows = json_object_object_get(poAnswerObj, "rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1193:27: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRows = json_object_object_get(poAnswerObj, "rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1193:69: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRows = json_object_object_get(poAnswerObj, "rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1219:25: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poId = json_object_object_get(poRow, "id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1219:25: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poId = json_object_object_get(poRow, "id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1219:59: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poId = json_object_object_get(poRow, "id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp: In member function ‘virtual OGRErr OGRCouchDBTableLayer::CreateFeature(OGRFeature*)’:
- ogrcouchdbtablelayer.cpp:1342:25: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poId = json_object_object_get(poAnswerObj, "id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1342:25: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poId = json_object_object_get(poAnswerObj, "id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1342:65: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poId = json_object_object_get(poAnswerObj, "id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1343:26: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRev = json_object_object_get(poAnswerObj, "rev");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1343:26: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRev = json_object_object_get(poAnswerObj, "rev");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1343:67: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRev = json_object_object_get(poAnswerObj, "rev");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp: In member function ‘virtual OGRErr OGRCouchDBTableLayer::SetFeature(OGRFeature*)’:
- ogrcouchdbtablelayer.cpp:1414:26: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRev = json_object_object_get(poAnswerObj, "rev");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1414:26: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRev = json_object_object_get(poAnswerObj, "rev");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1414:67: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRev = json_object_object_get(poAnswerObj, "rev");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp: In member function ‘virtual OGRErr OGRCouchDBTableLayer::CommitTransaction()’:
- ogrcouchdbtablelayer.cpp:1619:33: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poId = json_object_object_get(poRow, "id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1619:33: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poId = json_object_object_get(poRow, "id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1619:67: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poId = json_object_object_get(poRow, "id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1620:34: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRev = json_object_object_get(poRow, "rev");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1620:34: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRev = json_object_object_get(poRow, "rev");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1620:69: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRev = json_object_object_get(poRow, "rev");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1621:36: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poError = json_object_object_get(poRow, "error");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1621:36: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poError = json_object_object_get(poRow, "error");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1621:73: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poError = json_object_object_get(poRow, "error");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1622:37: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poReason = json_object_object_get(poRow, "reason");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1622:37: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poReason = json_object_object_get(poRow, "reason");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1622:75: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poReason = json_object_object_get(poRow, "reason");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp: In member function ‘void OGRCouchDBTableLayer::LoadMetadata()’:
- ogrcouchdbtablelayer.cpp:1772:26: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRev = json_object_object_get(poAnswerObj, "_rev");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1772:26: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRev = json_object_object_get(poAnswerObj, "_rev");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1772:68: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRev = json_object_object_get(poAnswerObj, "_rev");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1777:28: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poError = json_object_object_get(poAnswerObj, "error");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1777:28: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poError = json_object_object_get(poAnswerObj, "error");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1777:71: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poError = json_object_object_get(poAnswerObj, "error");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1791:30: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poJsonSRS = json_object_object_get(poAnswerObj, "srs");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1791:30: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poJsonSRS = json_object_object_get(poAnswerObj, "srs");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1791:71: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poJsonSRS = json_object_object_get(poAnswerObj, "srs");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1803:31: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poGeomType = json_object_object_get(poAnswerObj, "geomtype");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1803:31: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poGeomType = json_object_object_get(poAnswerObj, "geomtype");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1803:77: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poGeomType = json_object_object_get(poAnswerObj, "geomtype");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1817:36: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poIs25D = json_object_object_get(poAnswerObj, "is_25D");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1817:36: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poIs25D = json_object_object_get(poAnswerObj, "is_25D");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1817:80: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poIs25D = json_object_object_get(poAnswerObj, "is_25D");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1821:37: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poExtent = json_object_object_get(poAnswerObj, "extent");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1821:37: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poExtent = json_object_object_get(poAnswerObj, "extent");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1821:81: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poExtent = json_object_object_get(poAnswerObj, "extent");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1825:21: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object_object_get(poExtent, "validity_update_seq");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1825:21: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object_object_get(poExtent, "validity_update_seq");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1825:75: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object_object_get(poExtent, "validity_update_seq");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1849:39: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poBbox = json_object_object_get(poExtent, "bbox");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1849:39: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poBbox = json_object_object_get(poExtent, "bbox");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1849:78: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poBbox = json_object_object_get(poExtent, "bbox");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1868:30: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poGeoJSON = json_object_object_get(poAnswerObj, "geojson_documents");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1868:30: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poGeoJSON = json_object_object_get(poAnswerObj, "geojson_documents");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1868:85: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poGeoJSON = json_object_object_get(poAnswerObj, "geojson_documents");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1872:29: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poFields = json_object_object_get(poAnswerObj, "fields");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1872:29: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poFields = json_object_object_get(poAnswerObj, "fields");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1872:73: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poFields = json_object_object_get(poAnswerObj, "fields");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1894:39: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poName = json_object_object_get(poField, "name");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1894:39: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poName = json_object_object_get(poField, "name");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1894:77: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poName = json_object_object_get(poField, "name");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1898:43: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poType = json_object_object_get(poField, "type");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1898:43: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poType = json_object_object_get(poField, "type");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:1898:81: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poType = json_object_object_get(poField, "type");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp: In member function ‘void OGRCouchDBTableLayer::WriteMetadata()’:
- ogrcouchdbtablelayer.cpp:2034:30: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRev = json_object_object_get(poAnswerObj, "_rev");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:2034:30: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRev = json_object_object_get(poAnswerObj, "_rev");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:2034:72: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRev = json_object_object_get(poAnswerObj, "_rev");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp: In member function ‘int OGRCouchDBTableLayer::FetchUpdateSeq()’:
- ogrcouchdbtablelayer.cpp:2086:9: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object_object_get(poAnswerObj, "update_seq") != NULL)
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:2086:9: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object_object_get(poAnswerObj, "update_seq") != NULL)
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:2086:57: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object_object_get(poAnswerObj, "update_seq") != NULL)
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:2088:42: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- nUpdateSeq = json_object_get_int(json_object_object_get(poAnswerObj,
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:2088:42: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- nUpdateSeq = json_object_get_int(json_object_object_get(poAnswerObj,
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcouchdbtablelayer.cpp:2089:77: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- "update_seq"));
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_couchdb.h:35,
- from ogrcouchdbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- In file included from ogrosmdatasource.cpp:36:0:
- gpb.h:272:5: warning: ‘int SkipUnknownField(int, GByte*, GByte*, int)’ defined but not used [-Wunused-function]
- int SkipUnknownField(int nKey, GByte* pabyData, GByte* pabyDataLimit, int verbose)
- ^
- osm_parser.cpp: In function ‘int ReadOSMHeader(GByte*, GByte*, OSMContext*)’:
- osm_parser.cpp:342:21: warning: variable ‘nVal’ set but not used [-Wunused-but-set-variable]
- GIntBig nVal;
- ^
- osm_parser.cpp:347:21: warning: variable ‘nVal’ set but not used [-Wunused-but-set-variable]
- GIntBig nVal;
- ^
- osm_parser.cpp: In function ‘int ReadOSMInfo(GByte*, GByte*, OSMInfo*, OSMContext*)’:
- osm_parser.cpp:772:17: warning: variable ‘nVisible’ set but not used [-Wunused-but-set-variable]
- int nVisible;
- ^
- osm_parser.cpp: In function ‘int ReadNode(GByte*, GByte*, OSMContext*)’:
- osm_parser.cpp:877:26: warning: variable ‘nSize’ set but not used [-Wunused-but-set-variable]
- unsigned int nSize;
- ^
- osm_parser.cpp: In function ‘int ReadWay(GByte*, GByte*, OSMContext*)’:
- osm_parser.cpp:1002:26: warning: variable ‘nSize’ set but not used [-Wunused-but-set-variable]
- unsigned int nSize;
- ^
- osm_parser.cpp: In function ‘int ReadRelation(GByte*, GByte*, OSMContext*)’:
- osm_parser.cpp:1165:26: warning: variable ‘nSize’ set but not used [-Wunused-but-set-variable]
- unsigned int nSize;
- ^
- osm_parser.cpp:1236:26: warning: variable ‘nSize’ set but not used [-Wunused-but-set-variable]
- unsigned int nSize;
- ^
- ogrcartodbdatasource.cpp: In member function ‘int OGRCARTODBDataSource::Open(const char*, int)’:
- ogrcartodbdatasource.cpp:180:27: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRows = json_object_object_get(poObj, "rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbdatasource.cpp:180:27: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRows = json_object_object_get(poObj, "rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbdatasource.cpp:180:63: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRows = json_object_object_get(poObj, "rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbdatasource.cpp:192:34: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poVal = json_object_object_get(poTableNameObj, "cdb_usertables");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbdatasource.cpp:192:34: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poVal = json_object_object_get(poTableNameObj, "cdb_usertables");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbdatasource.cpp:192:89: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poVal = json_object_object_get(poTableNameObj, "cdb_usertables");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbdatasource.cpp: In member function ‘json_object* OGRCARTODBDataSource::RunSQL(const char*)’:
- ogrcartodbdatasource.cpp:520:36: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poError = json_object_object_get(poObj, "error");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbdatasource.cpp:520:36: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poError = json_object_object_get(poObj, "error");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbdatasource.cpp:520:73: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poError = json_object_object_get(poObj, "error");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbdatasource.cpp: In function ‘json_object* OGRCARTODBGetSingleRow(json_object*)’:
- ogrcartodbdatasource.cpp:555:27: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRows = json_object_object_get(poObj, "rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbdatasource.cpp:555:27: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRows = json_object_object_get(poObj, "rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbdatasource.cpp:555:63: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRows = json_object_object_get(poObj, "rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbdatasource.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodblayer.cpp: In member function ‘OGRFeature* OGRCARTODBLayer::BuildFeature(json_object*)’:
- ogrcartodblayer.cpp:107:34: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poVal = json_object_object_get(poRowObj, osFIDColName);
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodblayer.cpp:107:34: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poVal = json_object_object_get(poRowObj, osFIDColName);
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodblayer.cpp:107:79: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poVal = json_object_object_get(poRowObj, osFIDColName);
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodblayer.cpp:121:34: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poVal = json_object_object_get(poRowObj,
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodblayer.cpp:121:34: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poVal = json_object_object_get(poRowObj,
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodblayer.cpp:122:73: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- poFeatureDefn->GetFieldDefn(i)->GetNameRef());
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodblayer.cpp:156:34: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poVal = json_object_object_get(poRowObj,
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodblayer.cpp:156:34: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poVal = json_object_object_get(poRowObj,
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodblayer.cpp:157:56: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- poGeomFldDefn->GetNameRef());
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodblayer.cpp: In member function ‘OGRFeature* OGRCARTODBLayer::GetNextRawFeature()’:
- ogrcartodblayer.cpp:203:31: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRows = json_object_object_get(poObj, "rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodblayer.cpp:203:31: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRows = json_object_object_get(poObj, "rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodblayer.cpp:203:67: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRows = json_object_object_get(poObj, "rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodblayer.cpp:221:27: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRows = json_object_object_get(poCachedObj, "rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodblayer.cpp:221:27: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRows = json_object_object_get(poCachedObj, "rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodblayer.cpp:221:69: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poRows = json_object_object_get(poCachedObj, "rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodblayer.cpp: In member function ‘void OGRCARTODBLayer::EstablishLayerDefn(const char*)’:
- ogrcartodblayer.cpp:303:29: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poFields = json_object_object_get(poObj, "fields");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodblayer.cpp:303:29: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poFields = json_object_object_get(poObj, "fields");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodblayer.cpp:303:67: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poFields = json_object_object_get(poObj, "fields");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodblayer.cpp:319:35: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poType = json_object_object_get(it.val, "type");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodblayer.cpp:319:35: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poType = json_object_object_get(it.val, "type");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodblayer.cpp:319:72: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poType = json_object_object_get(it.val, "type");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodblayer.cpp: In member function ‘OGRSpatialReference* OGRCARTODBLayer::GetSRS(const char*, int*)’:
- ogrcartodblayer.cpp:404:27: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poSRID = json_object_object_get(poRowObj, "srid");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodblayer.cpp:404:27: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poSRID = json_object_object_get(poRowObj, "srid");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodblayer.cpp:404:66: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poSRID = json_object_object_get(poRowObj, "srid");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodblayer.cpp:410:29: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poSRTEXT = json_object_object_get(poRowObj, "srtext");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodblayer.cpp:410:29: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poSRTEXT = json_object_object_get(poRowObj, "srtext");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodblayer.cpp:410:70: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poSRTEXT = json_object_object_get(poRowObj, "srtext");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodblayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbtablelayer.cpp: In member function ‘virtual OGRErr OGRCARTODBTableLayer::CreateFeature(OGRFeature*)’:
- ogrcartodbtablelayer.cpp:312:33: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poID = json_object_object_get(poRowObj, "nextid");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbtablelayer.cpp:312:33: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poID = json_object_object_get(poRowObj, "nextid");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbtablelayer.cpp:312:74: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poID = json_object_object_get(poRowObj, "nextid");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbtablelayer.cpp:474:29: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poID = json_object_object_get(poRowObj, "cartodb_id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbtablelayer.cpp:474:29: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poID = json_object_object_get(poRowObj, "cartodb_id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbtablelayer.cpp:474:74: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poID = json_object_object_get(poRowObj, "cartodb_id");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbtablelayer.cpp:491:40: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poTotalRows = json_object_object_get(poObj, "total_rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbtablelayer.cpp:491:40: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poTotalRows = json_object_object_get(poObj, "total_rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbtablelayer.cpp:491:82: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poTotalRows = json_object_object_get(poObj, "total_rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbtablelayer.cpp: In member function ‘virtual OGRErr OGRCARTODBTableLayer::SetFeature(OGRFeature*)’:
- ogrcartodbtablelayer.cpp:603:36: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poTotalRows = json_object_object_get(poObj, "total_rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbtablelayer.cpp:603:36: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poTotalRows = json_object_object_get(poObj, "total_rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbtablelayer.cpp:603:78: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poTotalRows = json_object_object_get(poObj, "total_rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbtablelayer.cpp: In member function ‘virtual OGRErr OGRCARTODBTableLayer::DeleteFeature(long int)’:
- ogrcartodbtablelayer.cpp:654:36: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poTotalRows = json_object_object_get(poObj, "total_rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbtablelayer.cpp:654:36: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poTotalRows = json_object_object_get(poObj, "total_rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbtablelayer.cpp:654:78: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poTotalRows = json_object_object_get(poObj, "total_rows");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbtablelayer.cpp: In member function ‘virtual int OGRCARTODBTableLayer::GetFeatureCount(int)’:
- ogrcartodbtablelayer.cpp:811:28: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poCount = json_object_object_get(poRowObj, "count");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbtablelayer.cpp:811:28: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poCount = json_object_object_get(poRowObj, "count");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbtablelayer.cpp:811:68: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poCount = json_object_object_get(poRowObj, "count");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbtablelayer.cpp: In member function ‘virtual OGRErr OGRCARTODBTableLayer::GetExtent(int, OGREnvelope*, int)’:
- ogrcartodbtablelayer.cpp:859:33: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poExtent = json_object_object_get(poRowObj, "st_extent");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbtablelayer.cpp:859:33: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poExtent = json_object_object_get(poRowObj, "st_extent");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrcartodbtablelayer.cpp:859:77: warning: ‘json_object* json_object_object_get(json_object*, const char*)’ is deprecated [-Wdeprecated-declarations]
- json_object* poExtent = json_object_object_get(poRowObj, "st_extent");
- ^
- In file included from /usr/include/json-c/linkhash.h:16:0,
- from /usr/include/json-c/json.h:22,
- from ogr_cartodb.h:37,
- from ogrcartodbtablelayer.cpp:30:
- /usr/include/json-c/json_object.h:290:56: note: declared here
- THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
- ^
- /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
- #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
- ^
- ogrlineref.cpp: In function ‘OGRErr CreatePartsFromLineString(OGRLineString*, OGRLayer*, int, double, OGRLayer*, int, int, const char*, const char*)’:
- ogrlineref.cpp:810:22: warning: ‘dfPtBegPosition’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- nBegin = ceil(dfPtBegPosition / dfStep) * dfStep;
- ^
- cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
- In file included from /usr/include/python2.7/Python.h:133:0,
- from extensions/gdal_wrap.cpp:149:
- extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_MajorObject_SetMetadata__SWIG_0(PyObject*, PyObject*)’:
- /usr/include/python2.7/abstract.h:1354:62: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- #define PyMapping_Items(O) PyObject_CallMethod(O,"items",NULL)
- ^
- extensions/gdal_wrap.cpp:7851:31: note: in expansion of macro ‘PyMapping_Items’
- PyObject *item_list = PyMapping_Items( obj1 );
- ^
- extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_VirtualMem_GetAddr(PyObject*, PyObject*)’:
- extensions/gdal_wrap.cpp:11391:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- buf->format = "B";
- ^
- extensions/gdal_wrap.cpp:11396:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- buf->format = "h";
- ^
- extensions/gdal_wrap.cpp:11401:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- buf->format = "H";
- ^
- extensions/gdal_wrap.cpp:11406:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- buf->format = "i";
- ^
- extensions/gdal_wrap.cpp:11411:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- buf->format = "I";
- ^
- extensions/gdal_wrap.cpp:11416:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- buf->format = "f";
- ^
- extensions/gdal_wrap.cpp:11421:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- buf->format = "F";
- ^
- extensions/gdal_wrap.cpp:11426:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
- buf->format = "B";
- ^
- extensions/gdal_wrap.cpp: In function ‘PyObject* _wrap_Band_ComputeStatistics(PyObject*, PyObject*)’:
- extensions/gdal_wrap.cpp:15259:10: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
- CPLErr result;
- ^
- /bin/sh: -d: invalid option
- error: command '/bin/sh' failed with exit status 1
- make[2]: *** [build] Error 1
- make[1]: *** [build] Error 2
- make: *** [swig-modules] Error 2
Advertisement
Add Comment
Please, Sign In to add comment