[mapserver-commits] [mapserver/mapserver] 58bbb5: Assorted set of compiler warning fixes, and remove...

Even Rouault noreply at github.com
Thu Sep 5 05:01:27 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/mapserver/mapserver
  Commit: 58bbb51a9978ff48a5181b1817786077905c79ac
      https://github.com/mapserver/mapserver/commit/58bbb51a9978ff48a5181b1817786077905c79ac
  Author: Even Rouault <even.rouault at spatialys.com>
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
    M mapgdal.c
    M mapmetadata.c
    M mapogroutput.c
    M mapquery.c
    M mapscript/php/mapscript_i.c
    M mapscript/php/php_mapscript.c
    M mapscript/php/php_mapscript.h
    M mapscript/python/pyextend.i
    M msautotest/misc/ogr_empty_geojson.map
    M msautotest/wxs/wfs_200.map
    M msautotest/wxs/wfs_200_allgeoms.map
    M msautotest/wxs/wfs_200_cite.map
    M msautotest/wxs/wfs_200_cite_postgis.map
    M msautotest/wxs/wfs_200_low_wfsmaxfeatures_no_compute_number_matched.map
    M msautotest/wxs/wfs_filter.map
    M msautotest/wxs/wfs_filter_ogr.map
    M msautotest/wxs/wfs_filter_postgis.map
    M msautotest/wxs/wfs_filter_projmeter.map
    M msautotest/wxs/wfs_ogr_native_sql.map
    M msautotest/wxs/wfs_ogr_no_native_sql.map
    M msautotest/wxs/wfs_time.map
    M msautotest/wxs/wfs_time_ogr.map
    M msautotest/wxs/wfs_time_postgis.map
    M msautotest/wxs/wms_inspire.map
    M msautotest/wxs/wms_raster.map
    M renderers/agg/include/agg_conv_curve.h
    M renderers/agg/include/agg_path_storage.h

  Log Message:
  -----------
  Assorted set of compiler warning fixes, and remove need for DEBUG 3

Mostly boring compiler warning fixes, but there were interesting issues
in mapquery.c function where the emission of msSetError(MS_NOTFOUND, )
depended on lp->debug >= MS_DEBUGLEVEL_V, which seems inappropriate,
as a few mapfiles actually needed to have DEBUG 3 in their LAYER definition.
Just always emit the error.


  Commit: 393af5aaf819f1bf360caaed6cebd3deb245ffa5
      https://github.com/mapserver/mapserver/commit/393af5aaf819f1bf360caaed6cebd3deb245ffa5
  Author: Even Rouault <even.rouault at spatialys.com>
  Date:   2019-09-05 (Thu, 05 Sep 2019)

  Changed paths:
    M mapgdal.c
    M mapmetadata.c
    M mapogroutput.c
    M mapquery.c
    M mapscript/php/mapscript_i.c
    M mapscript/php/php_mapscript.c
    M mapscript/php/php_mapscript.h
    M mapscript/python/pyextend.i
    M msautotest/misc/ogr_empty_geojson.map
    M msautotest/wxs/wfs_200.map
    M msautotest/wxs/wfs_200_allgeoms.map
    M msautotest/wxs/wfs_200_cite.map
    M msautotest/wxs/wfs_200_cite_postgis.map
    M msautotest/wxs/wfs_200_low_wfsmaxfeatures_no_compute_number_matched.map
    M msautotest/wxs/wfs_filter.map
    M msautotest/wxs/wfs_filter_ogr.map
    M msautotest/wxs/wfs_filter_postgis.map
    M msautotest/wxs/wfs_filter_projmeter.map
    M msautotest/wxs/wfs_ogr_native_sql.map
    M msautotest/wxs/wfs_ogr_no_native_sql.map
    M msautotest/wxs/wfs_time.map
    M msautotest/wxs/wfs_time_ogr.map
    M msautotest/wxs/wfs_time_postgis.map
    M msautotest/wxs/wms_inspire.map
    M msautotest/wxs/wms_raster.map
    M renderers/agg/include/agg_conv_curve.h
    M renderers/agg/include/agg_path_storage.h

  Log Message:
  -----------
  Merge pull request #5851 from rouault/warning_fixes

Assorted set of compiler warning fixes, and remove need for DEBUG 3


Compare: https://github.com/mapserver/mapserver/compare/4fbd7aee1fa2...393af5aaf819


More information about the mapserver-commits mailing list