Boo0ns / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

Display warnings when compiling with verbose output. #498

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If build.verbose is true (i.e. if verbose output during compilation is enabled) 
display warnings.  Probably this means just omitting the command-line argument 
to suppress warnings, but we could enable all warnings -Wall instead.

Original issue reported on code.google.com by dmel...@gmail.com on 7 Mar 2011 at 3:59

GoogleCodeExporter commented 9 years ago
For all compiles including core and libraries, or just for the user sketch part?

Original comment by wes...@gmail.com on 8 Mar 2011 at 2:13

GoogleCodeExporter commented 9 years ago
Good question.  We'd want to make sure it didn't show any warnings for the 
standard cores and libraries, at least (i.e. either fix their warnings or only 
show warnings for the user sketch).

Original comment by dmel...@gmail.com on 8 Mar 2011 at 3:21

GoogleCodeExporter commented 9 years ago

Original comment by dmel...@gmail.com on 2 Oct 2011 at 1:23