mity / md4c

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

Fix/prevent gcc 7.2 extra warnings #35

Closed mity closed 3 years ago

mity commented 6 years ago

Addresses #34

codecov[bot] commented 6 years ago

Codecov Report

Merging #35 into master will not change coverage. The diff coverage is 94.44%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #35   +/-   ##
=======================================
  Coverage   92.75%   92.75%           
=======================================
  Files           1        1           
  Lines        2526     2526           
=======================================
  Hits         2343     2343           
  Misses        183      183
Impacted Files Coverage Δ
md4c/md4c.c 92.75% <94.44%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 21d6cc9...821b15b. Read the comment docs.

vtorri commented 4 years ago

declare i as size_t instead of plenty of casts in 7d9cd9a

mity commented 3 years ago

Superseded by better #141