I am using Debian and my CodeBlocks and GCC versions are 10.05 and 4.7.2
Compiling my c++ source I get a warning that starts with the line
(including the indentation)
when compiling in CodeBlocks as well as from the shell prompt.
According to this post
http://forums.codeblocks.org/index.php?topic=16464.0there should be an output parsing rule that ignores the "required from here" line so that, on its own, it will not terminate compilation (in fact it doesn't, I do get an executable).
But has this rule not entered the official version? I cannot find anything with the word "required" in the rules at
Settings -> Compiler and Debugger -> Other settings -> Advanced options -> Output parsing
Does anyone know which rule should be added to ignore the "required from here" lines?