[LLVMbugs] [Bug 9008] false unused variable warning when variable exclusively used within sizeof

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Jan 31 08:53:46 PST 2011


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

Argyrios Kyrtzidis <akyrtzi at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #4 from Argyrios Kyrtzidis <akyrtzi at gmail.com> 2011-01-31 10:53:45 CST ---
The warning is valid, the array should be removed since it is not actually
used.

-- 
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