Skip to content

Change types to not assume an arch#425

Merged
Reflejo merged 1 commit intoenvoyproxy:masterfrom
Reflejo:fix-types-mismatch
Feb 6, 2017
Merged

Change types to not assume an arch#425
Reflejo merged 1 commit intoenvoyproxy:masterfrom
Reflejo:fix-types-mismatch

Conversation

@Reflejo
Copy link
Contributor

@Reflejo Reflejo commented Feb 4, 2017

Some of these types were assuming that size_t == uint64_t or that uint64_t == unsigned long but that's not universally true, some BSDs such as Darwin define uint64_t as unsigned long long which warns on literals that are defined as UL.

Additionally there was also some assumptions made on the pch as to forward declaration. So I explicitly added some needed ones.

Loading
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.

2 participants