mity / md4c

C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.
MIT License
785 stars 146 forks source link

Fix MSVC compiler level 3 warnings #162

Closed kkoehne closed 3 years ago

kkoehne commented 3 years ago

Fix various C4244 warnings with the MSVC compiler for 64 bit

Let me know what to improve :)

kkoehne commented 3 years ago

The continous-integration-appveyor-pr check failure seems unrelated:

Build started
git clone -q https://github.com/mity/md4c.git C:\projects\md4c
fatal: unable to access 'https://github.com/mity/md4c.git/': Could not resolve host: github.com
Command exited with code 128
kkoehne commented 3 years ago

@mity , gentle ping on this one. Feedback would be highly appreciated.

mity commented 3 years ago

Merged, sorry for the delay.