[mapserver-commits] [MapServer/MapServer] 3e5a69: Remove useless call to rsvg_handle_close()
Even Rouault
noreply at github.com
Fri Mar 5 13:50:00 PST 2021
Branch: refs/heads/main
Home: https://github.com/MapServer/MapServer
Commit: 3e5a69d8ca8334a20a5179c1d73a1dba13e8da9f
https://github.com/MapServer/MapServer/commit/3e5a69d8ca8334a20a5179c1d73a1dba13e8da9f
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-05 (Fri, 05 Mar 2021)
Changed paths:
M mapcairo.c
Log Message:
-----------
Remove useless call to rsvg_handle_close()
This call is deprecated by another one in recent librsvg, but it appears
that rsvg_handle_close() was useless in the context where we use it.
Commit: 5fea02013dfdb1566bb6ecbe6f495dd6919fb218
https://github.com/MapServer/MapServer/commit/5fea02013dfdb1566bb6ecbe6f495dd6919fb218
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-05 (Fri, 05 Mar 2021)
Changed paths:
M mapcairo.c
Log Message:
-----------
mapcairo.c: avoid use of deprecated function with recent librsvg versions
Commit: 169e9ace6157ede23ffd50a3931a7dcbb85a7a60
https://github.com/MapServer/MapServer/commit/169e9ace6157ede23ffd50a3931a7dcbb85a7a60
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-05 (Fri, 05 Mar 2021)
Changed paths:
M mapjoin.c
Log Message:
-----------
Remove unused variable
Commit: ae8e4175ab0e2a5d3f94883c91527afbdd5b868d
https://github.com/MapServer/MapServer/commit/ae8e4175ab0e2a5d3f94883c91527afbdd5b868d
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-05 (Fri, 05 Mar 2021)
Changed paths:
M mapkmlrenderer.cpp
Log Message:
-----------
mapkmlrenderer.cpp: fix warnings about sprintf() output being too small
Commit: f122df8e55f8437976f96202c72c4b7949a8e729
https://github.com/MapServer/MapServer/commit/f122df8e55f8437976f96202c72c4b7949a8e729
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-05 (Fri, 05 Mar 2021)
Changed paths:
M textlayout.c
Log Message:
-----------
textlayout.c: fix deprecation warning of hb_font_funcs_set_glyph_func() with harfbuzz >= 1.2.3
Commit: a5ec483465129c0e83ff65032c19ee4abbf581c4
https://github.com/MapServer/MapServer/commit/a5ec483465129c0e83ff65032c19ee4abbf581c4
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-05 (Fri, 05 Mar 2021)
Changed paths:
M textlayout.c
Log Message:
-----------
textlayout.c: fix warning about return value of fribidi_get_par_embedding_levels() being ignored
Commit: 319652e02e9ac8fc745eec63e25753de4b3d6056
https://github.com/MapServer/MapServer/commit/319652e02e9ac8fc745eec63e25753de4b3d6056
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-03-05 (Fri, 05 Mar 2021)
Changed paths:
M mapcairo.c
M mapjoin.c
M mapkmlrenderer.cpp
M textlayout.c
Log Message:
-----------
Merge pull request #6247 from rouault/warning_2004_fixes
Fix various warnings raised on Ubuntu 20.04
Compare: https://github.com/MapServer/MapServer/compare/00b9da3b60f1...319652e02e9a
More information about the mapserver-commits
mailing list