New muPDF compiler warnings - 2017-10-26-03:00:02 - 43222aff82944fd4f59281287390cea9cafea282
| Newsgroups | gmane.comp.printing.ghostscript.regression |
|---|---|
| Message-ID | <20171026103521.A5FD320401D8@i7> |
Previous Revision: a0fe91ff1467c797451b82bffbe42dc0d4e48284 Current Revision: 43222aff82944fd4f59281287390cea9cafea282 commit 43222aff82944fd4f59281287390cea9cafea282 Author: Michael Vrhel <[email protected]> AuthorDate: Mon Oct 16 11:33:15 2017 -0700 CommitDate: Wed Oct 25 10:58:35 2017 +0100 Use embedded ICC profile when rendering PNG images source/fitz/load-png.c muPDF: new gcc warnings (gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609): source/fitz/load-png.c:346:24: warning: pointer targets in passing argument 1 of 'strnlen' differ in signedness [-Wpointer-sign] http://miles.ghostscript.com:8080/artifex/mupdf/43222aff82944fd4f59281287390cea9cafea282/mupdf-gcc-warnings.txt new clang warnings (clang version 3.8.0-2ubuntu4 (tags/RELEASE_380/final)): /usr/include/string.h:401:36: note: passing argument to parameter '__string' here ^ http://miles.ghostscript.com:8080/artifex/mupdf/43222aff82944fd4f59281287390cea9cafea282/mupdf-clang-warnings.txt