Skip to content

Conversation

urbantrout
Copy link

I get the following errors:

bootrom.c:85:49: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'off_t' (aka 'long long') [-Wformat]
bootrom.c:91:22: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'off_t' (aka 'long long') [-Wformat]
bootrom.c:102:4: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'off_t' (aka 'long long') [-Wformat]

Source: https://github.com/moby/hyperkit/pull/201/files

I get the following errors:
```
bootrom.c:85:49: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'off_t' (aka 'long long') [-Wformat]
bootrom.c:91:22: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'off_t' (aka 'long long') [-Wformat]
bootrom.c:102:4: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'off_t' (aka 'long long') [-Wformat]
```

Source: https://github.com/moby/hyperkit/pull/201/files
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