Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: complie error: C2220 warning C4819 in msvc #329

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KangLin
Copy link

@KangLin KangLin commented Apr 14, 2023

  • Fix follow bug on MSVC that supports Unicode:

1>D:\Source\cmark-gfm\src\html.c(1,1): error C2220: 以下警告被视为错误
1>D:\Source\cmark-gfm\src\html.c(1,1): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失

@KangLin KangLin force-pushed the master branch 2 times, most recently from 1660e90 to 3b3acae Compare April 14, 2023 13:05
- Fix: complie error: C2220 warning C4819 in msvc
- Fix export cmake config bug:

  See https://cmake.org/cmake/help/v3.26/command/find_package.html?highlight=find_package#search-modes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant