-
Notifications
You must be signed in to change notification settings - Fork 328
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
error: format specifies type 'ssize_t' (aka 'long') but the argument has type 'off_t' (aka 'long long') #200
Comments
Please do raise a PR. Using Unclear why you are the only one seeing this so far, might be a more (or less) up to date |
The diagnostic is new in clang 6. |
I'm still getting this issue on OSX 10.13.5 and
installing latest hyperkit |
macOS Big Sur seems to have introduced their own version of these functions. Use an _ to pick up our version of these functions. This is based on b7e589f91e68 ("Support Big Sur (moby#200)") from https://github.com/machyve/xhyve Signed-off-by: Rolf Neugebauer <[email protected]>
I am getting the following errors in master. Changing the formatters to
%ll
fixes the problem. Any ideas why I am seeing this? OS 10.13.4The text was updated successfully, but these errors were encountered: