Stop Keil uVision build when warning detected -


i building project keil uv5.17. build stops when detects error, have same behavior warning. using option target >> user >> stop on exit code. seems ignore warnings, options on how stop build, when warning appears?

if want warnings treated error, go options target>>c/c++. in misc controls add:

--diag_error=warning 

Comments

Popular posts from this blog

java - Static nested class instance -

Python Pandas join aggregated tables -

process - Python What is the difference between a Pool of worker processes and just running multiple Processes? -