http://llvm.org/bugs/show_bug.cgi?id=6961
Lars R <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | AssignedTo|[email protected] |[email protected] --- Comment #2 from Lars R <[email protected]> 2010-04-29 04:18:39 CDT --- Created an attachment (id=4769) --> (http://llvm.org/bugs/attachment.cgi?id=4769) patch to add void to the declaration of inline functions (I forgot that) also inline function arguments need to be declared as void to prevent gcc from complaining. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
