You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While compiling cmark-gfm library with Visual C++ 2019 (x64 target), we are receiving following warnings:
cmark-gfm\extensions\tasklist.c(23,28): warning C4311: 'type cast': pointer truncation from 'void *' to 'int'
cmark-gfm\extensions\tasklist.c(96,30): warning C4311: 'type cast': pointer truncation from 'void *' to 'int'
cmark-gfm\extensions\tasklist.c(117,30): warning C4311: 'type cast': pointer truncation from 'void *' to 'int'
cmark-gfm\extensions\tasklist.c(129,28): warning C4311: 'type cast': pointer truncation from 'void *' to 'int'
While compiling cmark-gfm library with Visual C++ 2019 (x64 target), we are receiving following warnings:
The text was updated successfully, but these errors were encountered: