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

Intel C++ compiler 11.1 warnings not being detected

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • warnings-plugin
    • None
    • Hudson 1.342
      Warnings plugin 3.1
      Intel C/C++ compiler 11.1.038

      The warnings plugin is not picking up the following warnings from the console log:

      <stdout>(980): warning #177: label "find_rule" was declared but never referenced
        find_rule: /* we branch to this label when backing up */
        ^
      
      <stdout>(2454): warning #177: function "yy_flex_strlen" was declared but never referenced
        static int yy_flex_strlen (yyconst char * s )
                   ^
      
      
      D:\hudson\workspace\continuous-snext-main-Win32\trunk\src\engine\AllocationProfiler.cpp(120): warning #1786: function "fopen" (declared at line 237 of "C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\stdio.h") was declared "deprecated ("This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.") "
            FILE* fout = fopen("GCStats.txt", "wt");
                         ^
      
      

            drulli Ulli Hafner
            bbassett Brian Bassett
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: