Home | History | Annotate | Download | only in tools

Lines Matching full:warnings

391     # catch-all for warnings this script doesn't know about yet
393 'description':'Unclassified/unrecognized warnings',
436 # dump some stats about total number of warnings and such
445 output('Number of classified warnings: <b>' + str(known) + '</b><br>' )
446 output('Number of unclassified warnings: <b>' + str(unknown) + '</b><br>')
448 output('Total number of warnings: <b>' + str(total) + '</b>')
466 # show which warnings no longer occur
473 begintable(['Fixed warnings', 'No more occurences. Please consider turning these in to errors if possible, before they are reintroduced in to the build'], 'blue')
518 warnings = []
528 # read the log file and classify all the warnings
554 dumphtmlprologue('Warnings for ' + platformversion + ' - ' + targetproduct + ' - ' + targetvariant)