summaryrefslogtreecommitdiff
path: root/fitz
diff options
context:
space:
mode:
authorzeniko <zeniko@gmail.com>2013-06-01 21:49:26 +0200
committerRobin Watts <robin.watts@artifex.com>2013-06-03 16:22:04 +0100
commit97c5a387c7b50f50254d5e97fdc39d2cf84c9e7a (patch)
tree160b7cb840634b6e867c933ea5f19e26bd167423 /fitz
parent24dc461099b9e50fea6d724a27979bb6e331d4aa (diff)
downloadmupdf-97c5a387c7b50f50254d5e97fdc39d2cf84c9e7a.tar.xz
fix MSVC compilation warnings in apps
* pdfapp_save in pdfapp.c contains unreachable code (and could be simplified by inverting most of the checked conditions) * RegSetValueExA expects a const BYTE pointer instead of a char pointer (warns about signedness mismatch) * same for SendMessageA where -1 is signed even though WPARAM isn't Also, there's no need to include mupdf.h, muxps.h, etc. at the top of applications which only use the fz_* API (fitz.h comes included with pdfapp.h).
Diffstat (limited to 'fitz')
0 files changed, 0 insertions, 0 deletions