Skip to content

Multiple fixes for compilation errors and warnings#20

Merged
rossphilipson merged 2 commits intoTrenchBoot:masterfrom
3mdeb:compilation_fixes
Jul 27, 2020
Merged

Multiple fixes for compilation errors and warnings#20
rossphilipson merged 2 commits intoTrenchBoot:masterfrom
3mdeb:compilation_fixes

Conversation

@krystian-hebel
Copy link
Copy Markdown
Member

  • unused static functions - marked with 'attribute ((unused))'
  • unused variables - removed
  • cast to pointer from an integer of different size - changed to uintptr_t
  • lack of parentheses in macro - added

Signed-off-by: Krystian Hebel [email protected]

* unused static functions - marked with '__attribute__ ((unused))'
* unused variables - removed
* cast to pointer from an integer of different size - changed to uintptr_t
* lack of parentheses in macro - added

Signed-off-by: Krystian Hebel <[email protected]>
@dpsmith dpsmith requested a review from rossphilipson July 27, 2020 16:25
Copy link
Copy Markdown
Collaborator

@rossphilipson rossphilipson left a comment

Choose a reason for hiding this comment

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

This looks good to me

Reviewed-by: Ross Philipson [email protected]

@rossphilipson rossphilipson merged commit 3e41e94 into TrenchBoot:master Jul 27, 2020
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.

3 participants