Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Conversation

@dbrageul
Copy link
Contributor

No description provided.

clero and others added 4 commits April 30, 2015 09:06
accessAsInteger function prototype is defined in BaseParameter
abstract class with an uint32_t type. Nevertheless in BitParameter
the overloaded function take an uin64_t. It seems that GCC accepts
wrongly this mistake but clang don't.
This patch corrects the function prototype accordingly to the one
defined in BaseParameter. It allows the project to be compiled
with clang.

Signed-off-by: Jules Clero <julesx.clero@intel.com>
Swig does not any more generates code which require this flag. Moreover
this flag is not present in clang compiler.

Change-Id: I386ab576e93003d69dcf2c593670245070770024
Signed-off-by: Jules Clero <julesx.clero@intel.com>
Copy link
Contributor

Choose a reason for hiding this comment

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

dead code

@clero
Copy link
Contributor

clero commented Apr 30, 2015

travis compilation is fixed in #94 (just some comments which need to be fixed)

Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe add -Wno-error and add a comment explaining that the code is generated by swig and thus can not be fixed even if warned.

@krocard
Copy link
Contributor

krocard commented Apr 30, 2015

Uncomment # clang in .travis.yml:12

@dawagner
Copy link
Contributor

All these commits have been merged in #133.

@dawagner dawagner closed this Jun 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants