Skip to content

Prune long long warnings.#1085

Merged
iphydf merged 1 commit intomasterfrom
unknown repository
Aug 16, 2018
Merged

Prune long long warnings.#1085
iphydf merged 1 commit intomasterfrom
unknown repository

Conversation

@ghost
Copy link

@ghost ghost commented Aug 13, 2018

In file_saving_test.c the size argument type is not size_t, but int64_t, so %zu is inadequate here.


This change is Reviewable

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@iphydf iphydf added this to the v0.2.x milestone Aug 13, 2018
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove parentheses around size.

Note: only remove them in this instance. Don't remove them in any of the other casts in the other files.

@ghost
Copy link
Author

ghost commented Aug 16, 2018

@iphydf done (for some reason I didn't receive notification in e-mail).

@iphydf iphydf merged commit 006b4f4 into TokTok:master Aug 16, 2018
@robinlinden robinlinden modified the milestones: v0.2.x, v0.2.6 Aug 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants