commonmark / cmark

CommonMark parsing and rendering library and program in C
Other
1.6k stars 527 forks source link

Revert "clean up C4244 warnings on MSVC builds" #512

Closed compnerd closed 6 months ago

compnerd commented 6 months ago

This reverts commit 3bcc0cefe984a3dc1e333a580c3d5b0f9cb8a6b6. Prefer to ignore the warnings instead. It is better to just reduce the warning level to the default /W3 which is closer to -Wall, with /W4 being closer to -Weverything.