Skip to content
This repository has been archived by the owner on Dec 6, 2018. It is now read-only.

Bumped GCC host version to GCC 6 and fixed couple of typos #58

Merged
merged 1 commit into from
May 25, 2016

Conversation

forGGe
Copy link
Collaborator

@forGGe forGGe commented May 25, 2016

/cc @vadimol

@vadimol
Copy link
Collaborator

vadimol commented May 25, 2016

Looks good

@@ -82,7 +82,7 @@ ostream<IO_device>& ostream< IO_device >::operator<< (int value)
out_digit = value * i / higher_multiplicand;
out_character = out_digit + 48;

if (m_device->write((uint8_t *) &out_character, 1) < 0) {
if (m_device->write(reinterpret_cast< uint8_t* >(&out_character), 1) < 0) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

why reinterpret_cast?

@forGGe forGGe merged commit 57a1ad3 into develop May 25, 2016
forGGe added a commit that referenced this pull request May 25, 2016
Bumped GCC host version to GCC 6 and fixed couple of typos
@forGGe forGGe deleted the gcc-6-bump-and-fixes branch May 25, 2016 19:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants