
On Mon, Mar 17, 2014 at 09:19:02AM -0600, Eric Blake wrote:
On 03/17/2014 08:39 AM, Martin Kletzander wrote:
When ran, cil is throwing out some errors and warnings for obsolete 'or' unused variables and wrong module name (it should not contain a hyphen; hence the rename).
Signed-off-by: Martin Kletzander <mkletzan@redhat.com> ---
Notes: I still can't run it successfully, but no matter what we'll do with it, there is no downside of having the code clean.
.gitignore | 6 +++--- tests/Makefile.am | 12 ++++++------ tests/{object-locking.ml => objectlocking.ml} | 10 ++++------ 3 files changed, 13 insertions(+), 15 deletions(-) rename tests/{object-locking.ml => objectlocking.ml} (98%)
ACK
Thanks, pushed. Martin