[LLVMbugs] [Bug 6961] Incorrect prototype missing void in argument (easy to fix).

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Apr 29 02:18:40 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=6961

Lars R <Lars.Rasmusson at sics.se> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |
         AssignedTo|unassignedbugs at nondot.org   |Lars.Rasmusson at sics.se

--- Comment #2 from Lars R <Lars.Rasmusson at sics.se> 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.



More information about the llvm-bugs mailing list