Skip to content
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

fix all compiler warnings #633

Open
3 tasks
cjchapman opened this issue Sep 28, 2018 · 0 comments
Open
3 tasks

fix all compiler warnings #633

cjchapman opened this issue Sep 28, 2018 · 0 comments

Comments

@cjchapman
Copy link
Contributor

cjchapman commented Sep 28, 2018

Fix all compiler warnings on:

  • Mac
  • Windows (32- & 64-bit)
  • Linux

When fixing compiler warnings about integer type mismatches, please use types with explicit bit widths (i.e. int8_t, int16_t, int32_t, int64_t, uint8_t, uint16_t, uint32_t, uint64_t).

When fixing compiler warnings involving boolean operations, please use true and false instead of 1 and 0 where possible and please use the standard bool from stdbool.h for the type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants