Opened 7 years ago

Closed 5 years ago

#6875 closed defect (wontfix)

[PATCH] GeoRaster: fix compiler warnings on Windows

Reported by: Even Rouault Owned by: ilucena
Priority: normal Milestone: closed_because_of_github_migration
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

MSVC warns about different implicit type downcasting. The attached patch should fix them, but some of them are the sign that some function prototypes like ReadBlob() or WriteBlob() should likely accept 64bit integer arguments.

Attachments (1)

georaster.patch (3.1 KB ) - added by Even Rouault 7 years ago.
Fix warnings by adding explicit casts

Download all attachments as: .zip

Change History (3)

by Even Rouault, 7 years ago

Attachment: georaster.patch added

Fix warnings by adding explicit casts

comment:1 by ilucena, 7 years ago

This comment is just to check if I am getting an e-mail.

comment:2 by Even Rouault, 5 years ago

Milestone: closed_because_of_github_migration
Resolution: wontfix
Status: assignedclosed

This ticket has been automatically closed because Trac is no longer used for GDAL bug tracking, since the project has migrated to GitHub. If you believe this ticket is still valid, you may file it to https://github.com/OSGeo/gdal/issues if it is not already reported there.

Note: See TracTickets for help on using tickets.