github / cmark-gfm

GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C
Other
893 stars 173 forks source link

warning: assignment discards ‘const’ qualifier from pointer target type #331

Closed ioquatix closed 1 year ago

ioquatix commented 1 year ago
../../../../ext/markly/commonmark.c:405:18: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  405 |       emph_delim = "_";
      |                  ^
ioquatix commented 1 year ago

Should we upstream this change?

kevinbackhouse commented 1 year ago

Should we upstream this change?

Looks like it was already fixed in cmark: https://github.com/commonmark/cmark/commit/9d3898848eab2e33487de2f12b08a5fc8b3bd62e