Home:ALL Converter>Show number of warnings/errors at the end of the make process

Show number of warnings/errors at the end of the make process

Ask Time:2014-01-13T21:06:40         Author:Nemanja Boric

Json Formatter

If you build your project with Visual Studio at the end of the process, if there are any errors/warnings, the informational message is displayed like (just an idea, I don't have VS here):

 Build testproj failed - Errors (1), Warnings (12)

Is there any way to do this with make tool? It should be shown on the last line, right above the cursor?

Author:Nemanja Boric,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/21092091/show-number-of-warnings-errors-at-the-end-of-the-make-process
yy