Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 39163 - The tasks list should use a yellow marker for warnings
Summary: The tasks list should use a yellow marker for warnings
Status: RESOLVED DUPLICATE of bug 39162
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Alain Magloire CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-20 07:02 EDT by Oyvind Harboe CLA
Modified: 2009-01-09 14:53 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oyvind Harboe CLA 2003-06-20 07:02:37 EDT
With this output, I get red markers wheras they are only warnings.

c:\cygwin\bin\bash --login -c "cd /cygdrive/c/e21/workspace/firmware 
&& ../scripts/build.sh" 
Current directory: /cygdrive/c/e21/workspace/firmware
Setting up build environment with workspace in /cygdrive/c/e21/workspace
Running make
-- dependencies ./version.cc
In file included from firmware.h:44,
                 from version.cc:1:
commands/SaveSettings.h:11:3: warning: no newline at end of file
-- dependencies ./main.cc
In file included from firmware.h:44,
                 from main.cc:1:
commands/SaveSettings.h:11:3: warning: no newline at end of file
-- dependencies ./commands/SaveSettings.cc
In file included from firmware.h:44,
                 from commands/SaveSettings.cc:1:
commands/SaveSettings.h:11:3: warning: no newline at end of file
-- dependencies ./commands/RepeatCmd.cc
In file included from firmware.h:44,
                 from commands/RepeatCmd.cc:1:
commands/SaveSettings.h:11:3: warning: no newline at end of file
-- dependencies ./commands/RepeatArgsCmd.cc
In file included from firmware.h:44,
                 from commands/RepeatArgsCmd.cc:1:
commands/SaveSettings.h:11:3: warning: no newline at end of file
-- dependencies ./commands/InfoCmd.cc
In file included from firmware.h:44,
                 from commands/InfoCmd.cc:1:
commands/SaveSettings.h:11:3: warning: no newline at end of file
-- dependencies ./commands/HelpCmd.cc
In file included from firmware.h:44,
                 from commands/HelpCmd.cc:1:
commands/SaveSettings.h:11:3: warning: no newline at end of file
-- dependencies ./commands/BlendWidth.cc
In file included from firmware.h:44,
                 from commands/BlendWidth.cc:1:
commands/SaveSettings.h:11:3: warning: no newline at end of file
-- dependencies ./commandlist/SerialInterpreter.cc
In file included from firmware.h:44,
                 from commandlist/SerialInterpreter.cc:1:
commands/SaveSettings.h:11:3: warning: no newline at end of file
-- dependencies ./commandlist/CommandList.cc
In file included from firmware.h:44,
                 from commandlist/CommandList.cc:1:
commands/SaveSettings.h:11:3: warning: no newline at end of file
-- dependencies ./commandlist/CommandImpl.cc
In file included from firmware.h:44,
                 from commandlist/CommandImpl.cc:1:
commands/SaveSettings.h:11:3: warning: no newline at end of file
rm -rf output/version.o
mkdir --parents output
-- compiling ./commandlist/CommandImpl.cc
In file included from firmware.h:44,
                 from commandlist/CommandImpl.cc:1:
commands/SaveSettings.h:11:3: warning: no newline at end of file
-- compiling ./commandlist/CommandList.cc
In file included from firmware.h:44,
                 from commandlist/CommandList.cc:1:
commands/SaveSettings.h:11:3: warning: no newline at end of file
-- compiling ./commandlist/SerialInterpreter.cc
In file included from firmware.h:44,
                 from commandlist/SerialInterpreter.cc:1:
commands/SaveSettings.h:11:3: warning: no newline at end of file
-- compiling ./commands/BlendWidth.cc
In file included from firmware.h:44,
                 from commands/BlendWidth.cc:1:
commands/SaveSettings.h:11:3: warning: no newline at end of file
-- compiling ./commands/HelpCmd.cc
In file included from firmware.h:44,
                 from commands/HelpCmd.cc:1:
commands/SaveSettings.h:11:3: warning: no newline at end of file
-- compiling ./commands/InfoCmd.cc
In file included from firmware.h:44,
                 from commands/InfoCmd.cc:1:
commands/SaveSettings.h:11:3: warning: no newline at end of file
-- compiling ./commands/RepeatArgsCmd.cc
In file included from firmware.h:44,
                 from commands/RepeatArgsCmd.cc:1:
commands/SaveSettings.h:11:3: warning: no newline at end of file
-- compiling ./commands/RepeatCmd.cc
In file included from firmware.h:44,
                 from commands/RepeatCmd.cc:1:
commands/SaveSettings.h:11:3: warning: no newline at end of file
-- compiling ./commands/SaveSettings.cc
In file included from firmware.h:44,
                 from commands/SaveSettings.cc:1:
commands/SaveSettings.h:11:3: warning: no newline at end of file
-- compiling ./main.cc
In file included from firmware.h:44,
                 from main.cc:1:
commands/SaveSettings.h:11:3: warning: no newline at end of file
-- compiling ./version.cc
In file included from firmware.h:44,
                 from version.cc:1:
commands/SaveSettings.h:11:3: warning: no newline at end of file
-- linking
   text	   data	    bss	    dec	    hex	filename
  71204	   3008	  19712	  93924	  16ee4	output/rimi.elf
-- Done!
Comment 1 Johan Walles CLA 2003-06-23 04:41:22 EDT
This is a duplicate of bug 39162.  Please close it as such.
Comment 2 Alain Magloire CLA 2003-06-24 14:45:09 EDT
Yes it is duplicate, marked.
Thanks for pointing this out.

*** This bug has been marked as a duplicate of 39162 ***