[mapserver-commits] [mapserver/mapserver] 278a28: Fix type inconsistencies.
GitHub
noreply at github.com
Tue Jan 26 00:14:38 PST 2016
Branch: refs/heads/branch-7-0
Home: https://github.com/mapserver/mapserver
Commit: 278a280411130f2a0521afb222d7780d2581c816
https://github.com/mapserver/mapserver/commit/278a280411130f2a0521afb222d7780d2581c816
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: 2016-01-26 (Tue, 26 Jan 2016)
Changed paths:
M mapfile.c
Log Message:
-----------
Fix type inconsistencies.
mapfile.c line 65: error: conflicting types for variable `msyystring_icase'
old definition in module `maplexer' file maplexer.l line 51
signed int
new definition in module `mapfile' file mapfile.c line 65
char
Depending on endianness of the platform, the lexer may use the wrong byte of
msyystring_icase.
More information about the mapserver-commits
mailing list