Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-3144

PCLint warnings are not detected

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • warnings-plugin
    • None
    • Platform: All, OS: Windows XP

      Configuration;
      Windows XP SP2
      Hudson 1.285
      Warnings plugin 2.3
      PcLint 8.0

      PcLint does show warnings, but Warning plugin reports "Compiler Warnings: 0
      warnings"

      PcLint options:
      ===============
      -u toptions.lnt -zero +vm -oo
      ===============

      toptions.lnt:
      ===============
      -pragma(message)
      ===============

      PcLint output:
      ===============
      PC-lint for C/C++ (NT) Vers. 8.00w, Copyright Gimpel Software 1985-2007

      — Module: file.cpp (C++)

      — Module: file.cpp (C++)
      C:\SDK\include\math.h 24 Info 808: No explicit type given symbol
      '__pure', int assumed
      C:\SDK\include\math.h 24 Error 10: Expecting ';'
      C:\SDK\include\math.h 24 Error 19: Useless Declaration
      _
      extern __pure double cos(double /x/);
      C:\SDK\include\math.h 26 Info 808: No explicit type given symbol
      '__pure', int assumed
      C:\SDK\include\math.h 26 Error 10: Expecting ';'
      C:\SDK\include\math.h 26 Error 19: Useless Declaration
      _
      extern __pure double sin(double /x/);
      C:\SDK\include\math.h 27 Info 808: No explicit type given symbol
      '__pure', int assumed
      C:\SDK\include\math.h 27 Error 10: Expecting ';'
      C:\SDK\include\math.h 27 Error 19: Useless Declaration
      _
      extern __pure double tanh(double /x/);
      C:\SDK\include\math.h 35 Info 808: No explicit type given symbol
      '__pure', int assumed
      C:\SDK\include\math.h 35 Error 10: Expecting ';'
      C:\SDK\include\math.h 35 Error 19: Useless Declaration
      _
      extern __pure double ceil(double /x/);
      C:\SDK\include\math.h 47 Info 808: No explicit type given symbol
      '__pure', int assumed
      C:\SDK\include\math.h 47 Error 10: Expecting ';'
      C:\SDK\include\math.h 47 Error 19: Useless Declaration
      _
      extern __pure double fabs(double /x/);
      C:\SDK\include\math.h 48 Info 808: No explicit type given symbol
      '__pure', int assumed
      C:\SDK\include\math.h 48 Error 10: Expecting ';'
      C:\SDK\include\math.h 48 Error 19: Useless Declaration
      _
      extern __pure double floor(double /d/);
      C:\SDK\include\math.h 49 Info 808: No explicit type given symbol
      '__pure', int assumed
      C:\SDK\include\math.h 49 Error 10: Expecting ';'
      C:\SDK\include\math.h 49 Error 19: Useless Declaration
      _
      ===============

            drulli Ulli Hafner
            vladsed vladsed
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: