From 38e6ddffecf15880ad9bcdfbff097565fca70792 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 4 Oct 2008 16:49:19 +0200 Subject: Various cleanups. --- MLKLLVMCompiler.mm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MLKLLVMCompiler.mm') diff --git a/MLKLLVMCompiler.mm b/MLKLLVMCompiler.mm index 9f273cf..bb235bf 100644 --- a/MLKLLVMCompiler.mm +++ b/MLKLLVMCompiler.mm @@ -160,7 +160,7 @@ static Constant "", module); id lambdaForm; - id (*fn)(); + //id (*fn)(); MLKForm *form = [MLKForm formWithObject:object inContext:context forCompiler:self]; @@ -447,7 +447,7 @@ static Constant NSEnumerator *e = [_bodyForms objectEnumerator]; MLKForm *form; Value *value = ConstantPointerNull::get (VoidPointerTy); - int i; + unsigned int i; i = 0; while ((form = [e nextObject])) @@ -909,7 +909,7 @@ build_simple_function_definition (MLKBodyForm *processed_form, } } - int i = 0; + unsigned int i = 0; e = [_bodyForms objectEnumerator]; while ((form = [e nextObject])) { -- cgit v1.2.3