[mapserver-commits] [mapserver/mapserver] 027f42: Oracle Spatial: Include mapows.h (#5373)
GitHub
noreply at github.com
Thu Jan 26 02:11:26 PST 2017
Branch: refs/heads/branch-7-0
Home: https://github.com/mapserver/mapserver
Commit: 027f421ce8df06331a9cf9d61d55ebd2b1ba6005
https://github.com/mapserver/mapserver/commit/027f421ce8df06331a9cf9d61d55ebd2b1ba6005
Author: Martin Icking <martin.icking at bentley.com>
Date: 2017-01-26 (Thu, 26 Jan 2017)
Changed paths:
M maporaclespatial.c
Log Message:
-----------
Oracle Spatial: Include mapows.h (#5373)
mapserver crashed on windows with an Oracle layer (using Oracle plugin)
and "gml_types" "auto"
This was caused by using msOWSLookupMetadata without a prototype
Missing prototype gave following warning during a windows build:
Warning 13 warning C4013: 'msOWSLookupMetadata' undefined; assuming
extern returning int
C:\dev\mapserver-bentley\mapserver\maporaclespatial.c 2949 1
msplugin_oracle
More information about the mapserver-commits
mailing list