Skip to content

Fix formatter type error#4

Open
urbantrout wants to merge 1 commit intozchee:masterfrom
urbantrout:patch-1
Open

Fix formatter type error#4
urbantrout wants to merge 1 commit intozchee:masterfrom
urbantrout:patch-1

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