[llvm-bugs] [Bug 26578] Error Running Scan-build on Win 7

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Feb 11 12:58:46 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=26578

Anna Zaks <ganna at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |ganna at apple.com
         Resolution|---                         |FIXED

--- Comment #1 from Anna Zaks <ganna at apple.com> ---
A compiler error is reported. 

emergencyShutdown declared as returning int here:
  elevatorV1.c:71:6: note: previous implicit declareation is here
    emergencyShutdown();

And it's defined to return void here:
  elevatorV1.c:165:6: error: conflicting types for 'emergencyShutdown'
    void emergencyShutdown() {

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160211/93d04f56/attachment-0001.html>


More information about the llvm-bugs mailing list