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

Fixes deprecated syscall issue on macOS 10.12 [#23](https://github.com/mfreiholz/humblelogging/issues/23) #24

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

Conversation

sandboxcoder
Copy link

…m//issues/23)

  • Visual Studio 2015 adds support for %zu (see change in src/formatter/patternformatter.cpp)
  • I recommend storing the ThreadID as size_t or an equivalent since that appears to be the popular approach

@sandboxcoder
Copy link
Author

This fix properly compiles but since there is no current unit tests currently in the library was not able to test

* Visual Studio 2015 adds support for %zu (see change in src/formatter/patternformatter.cpp)
* I recommend storing the ThreadID as size_t or an equivalent since that appears to be the popular approach
@sandboxcoder sandboxcoder changed the title Fixes deprecated syscall issue on macOS 10.12 [#23](https://github.co… Fixes deprecated syscall issue on macOS 10.12 (https://github.co… Oct 24, 2018
@sandboxcoder sandboxcoder changed the title Fixes deprecated syscall issue on macOS 10.12 (https://github.co… Fixes deprecated syscall issue on macOS 10.12 (https://github.com/mfreiholz/humblelogging/issues/23) Oct 24, 2018
@sandboxcoder sandboxcoder changed the title Fixes deprecated syscall issue on macOS 10.12 (https://github.com/mfreiholz/humblelogging/issues/23) Fixes deprecated syscall issue on macOS 10.12 [#23](https://github.com/mfreiholz/humblelogging/issues/23) Oct 24, 2018
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.

1 participant