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 warnings building with MSVC on Windows #165

Merged
merged 1 commit into from Nov 13, 2016
Merged

Fix warnings building with MSVC on Windows #165

merged 1 commit into from Nov 13, 2016

Conversation

hughbe
Copy link
Contributor

@hughbe hughbe commented Nov 13, 2016

Old build log - warnings now gone. We know what we're doing, and lengths can never be negative anyways!

[25/65] Building C object src\CMakeFiles\libcmark_static.dir\latex.c.obj
C:\Users\hughb\Documents\GitHub\my-swift\cmark\src\latex.c(176): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
[37/65] Building C object src\CMakeFiles\cmark.dir\latex.c.obj
C:\Users\hughb\Documents\GitHub\my-swift\cmark\src\latex.c(176): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
[49/65] Building C object src\CMakeFiles\libcmark.dir\latex.c.obj
C:\Users\hughb\Documents\GitHub\my-swift\cmark\src\latex.c(176): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
[61/65] Linking C shared library src\cmark.dll
   Creating library src\cmark.lib and object src\cmark.exp
   Creating library src\cmark.lib and object src\cmark.exp
[65/65] Linking CXX executable api_test\api_test.exe

@jgm @kivikakk

@jgm jgm merged commit 7fa73fa into commonmark:master Nov 13, 2016
@jgm
Copy link
Member

jgm commented Nov 13, 2016

Thanks!

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

2 participants