Skip to content

Fix/no warnings compilation #8

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

Merged
merged 11 commits into from
May 21, 2017
Merged

Fix/no warnings compilation #8

merged 11 commits into from
May 21, 2017

Conversation

mgudemann
Copy link
Contributor

This fixes compilation with current CBMC/master and adds support for clang compilation.

Consists mainly of conversions from signed/unsigned comparisons, removal (or excplicit marking) of unused variables and ignoring of warning for generated code (from lexical scanners and for zero size array declaration in MiniSAT).

Note that this is a minimal patchset to allow compilation, there are other changes that should be done.

@mgudemann mgudemann self-assigned this May 12, 2017
@mgudemann mgudemann requested review from kroening and eigold May 12, 2017 21:43
Copy link
Contributor

@eigold eigold left a comment

Choose a reason for hiding this comment

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

I have not checked every change assuming that they are all of the same nature. I will do some serious testing later on to check that everything is fin.e

@kroening kroening merged commit d85748b into master May 21, 2017
@mgudemann mgudemann deleted the fix/no_warnings_compilation branch June 29, 2017 19:07
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