Skip to content
Snippets Groups Projects
  • Simon Glass's avatar
    e30965db
    buildman: Separate out display of warnings and errors · e30965db
    Simon Glass authored
    
    Some boards unfortunately build with warnings and it is useful to be able
    to easily distinguish the warnings from the errors.
    
    Use a simple pattern match to categorise gcc output into warnings and
    errors, and display each separately. New warnings are shown in magenta (with
    a w+ prefix) and fixed warnings are shown in yellow with a w- prefix.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    e30965db
    History
    buildman: Separate out display of warnings and errors
    Simon Glass authored
    
    Some boards unfortunately build with warnings and it is useful to be able
    to easily distinguish the warnings from the errors.
    
    Use a simple pattern match to categorise gcc output into warnings and
    errors, and display each separately. New warnings are shown in magenta (with
    a w+ prefix) and fixed warnings are shown in yellow with a w- prefix.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>