Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Hudson 1.342
Warnings plugin 3.1
Intel C/C++ compiler 11.1.038
Description
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"); ^
Code changed in hudson
User: : drulli
Path:
trunk/hudson/plugins/warnings/src/main/java/hudson/plugins/warnings/parser/IntelCParser.java
trunk/hudson/plugins/warnings/src/test/java/hudson/plugins/warnings/parser/IntelCParserTest.java
trunk/hudson/plugins/warnings/src/test/java/hudson/plugins/warnings/parser/ParserRegistryTest.java
trunk/hudson/plugins/warnings/src/test/resources/hudson/plugins/warnings/parser/all.txt
trunk/hudson/plugins/warnings/src/test/resources/hudson/plugins/warnings/parser/issue5402.txt
http://jenkins-ci.org/commit/26948
Log:
[FIXED JENKINS-5402] Improved regular expression: now warnings, remarks and errors are handled.