[postgis-devel] [PostGIS] #2013: raster compile warnings showing in 9.3

PostGIS trac at osgeo.org
Sat Sep 22 08:25:58 PDT 2012


#2013: raster compile warnings showing in 9.3
--------------------+-------------------------------------------------------
 Reporter:  robe    |       Owner:  pracine      
     Type:  defect  |      Status:  new          
 Priority:  medium  |   Milestone:  PostGIS 2.1.0
Component:  raster  |     Version:  trunk        
 Keywords:          |  
--------------------+-------------------------------------------------------
 I'm seeing these compile warnings for 2.1 on both Winnie and Debbie which
 I'm not seeing in prior versions of PostgreSQL


 {{{
 rt_pg.c: In function ‘RASTER_dumpAsPolygons’:
 rt_pg.c:1106: warning: implicit declaration of function ‘heap_form_tuple’
 rt_pg.c:1106: warning: assignment makes pointer from integer without a
 cast
 rt_pg.c: In function ‘RASTER_getGeotransform’:
 rt_pg.c:1888: warning: assignment makes pointer from integer without a
 cast
 rt_pg.c: In function ‘RASTER_getPixelPolygons’:
 rt_pg.c:3229: warning: assignment makes pointer from integer without a
 cast
 rt_pg.c: In function ‘RASTER_pixelOfValue’:
 rt_pg.c:3523: warning: assignment makes pointer from integer without a
 cast
 rt_pg.c: In function ‘RASTER_summaryStats’:
 rt_pg.c:5924: warning: assignment makes pointer from integer without a
 cast
 rt_pg.c: In function ‘RASTER_summaryStatsCoverage’:
 rt_pg.c:6226: warning: assignment makes pointer from integer without a
 cast
 rt_pg.c: In function ‘RASTER_histogram’:
 rt_pg.c:6498: warning: assignment makes pointer from integer without a
 cast
 rt_pg.c: In function ‘RASTER_histogramCoverage’:
 rt_pg.c:7029: warning: assignment makes pointer from integer without a
 cast
 rt_pg.c: In function ‘RASTER_quantile’:
 rt_pg.c:7280: warning: assignment makes pointer from integer without a
 cast
 rt_pg.c: In function ‘RASTER_quantileCoverage’:
 rt_pg.c:7712: warning: assignment makes pointer from integer without a
 cast
 rt_pg.c: In function ‘RASTER_valueCount’:
 rt_pg.c:7925: warning: assignment makes pointer from integer without a
 cast
 rt_pg.c: In function ‘RASTER_valueCountCoverage’:
 rt_pg.c:8357: warning: assignment makes pointer from integer without a
 cast
 rt_pg.c: In function ‘RASTER_getGDALDrivers’:
 rt_pg.c:9185: warning: assignment makes pointer from integer without a
 cast
 rt_pg.c: In function ‘RASTER_metadata’:
 rt_pg.c:10120: warning: assignment makes pointer from integer without a
 cast
 rt_pg.c: In function ‘RASTER_bandmetadata’:
 rt_pg.c:10373: warning: assignment makes pointer from integer without a
 cast
 rt_pg.c: In function ‘RASTER_rasterToWorldCoord’:
 rt_pg.c:10478: warning: assignment makes pointer from integer without a
 cast
 rt_pg.c: In function ‘RASTER_worldToRasterCoord’:
 rt_pg.c:10579: warning: assignment makes pointer from integer without a
 cast
 rt_pg.c: In function ‘rt_pg_error’:
 rt_pg.c:13563: warning: function might be possible candidate for
 ‘gnu_printf’ format attribute
 rt_pg.c:13563: warning: function might be possible candidate for
 ‘gnu_printf’ format attribute
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2013>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-devel mailing list