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

Various fixes for compiler errors and some build improvements around contiki in preparation for RIOT support #302

Merged
merged 5 commits into from
Jan 16, 2017

Conversation

datachi7d
Copy link
Collaborator

Compiling Awa in RIOT produces several compiler errors - seems like the compiler options are even more pedantic than in Awa. This fixes all the errors in the files used when building a Static Client version of Awa in RIOT.

@datachi7d datachi7d modified the milestones: 0.2.4, 0.2.5 Nov 27, 2016
@GonZo GonZo changed the title Various fixes for compiler errors and some build improvements around contiki in preperation for RIOT support Various fixes for compiler errors and some build improvements around contiki in preparation for RIOT support Dec 16, 2016
@@ -184,7 +184,6 @@ static int PTDeserialiseResource(SerdesContext * serdesContext, Lwm2mTreeNode **
{
Lwm2m_Error("ERROR: Failed to set definition Object %d Resource %d\n", objectID, resourceID);
return -1;
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Intentional?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Nope... but too lazy to redo the merge commit ;) What would happen if I squashed the commit into the merge commit?

@cheekyhalf cheekyhalf merged commit 6ffffb6 into ConnectivityFoundry:master Jan 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants