Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/05/09 18:09
Read: times


 
#161309 - PCLint - Suppress path in output?
Has anyone figured out how to suppress the path in lint? It would be really nice to see more of the error and less of the filename in the output messages (yet still be able to click on the messages). Everything I've tried kills the ability to click on the message.

This is what I see now:

E:Project8051SILabsProjNameCurrentsrcMain.c(1061,0): Note 917: Prototype coercion (arg. no. 1) int to unsigned int [MISRA Rule 77]
 


I would be much happier with:

Main.c(1061,0): Note 917: Prototype coercion (arg. no. 1) int to unsigned int [MISRA Rule 77]
 


Or even:

srcMain.c(1061,0): Note 917: Prototype coercion (arg. no. 1) int to unsigned int [MISRA Rule 77]
 


Which is what the compiler output looks like.

List of 5 messages in thread
TopicAuthorDate
PCLint - Suppress path in output?            01/01/70 00:00      
   Why Not Pipe The Output            01/01/70 00:00      
   SPClint            01/01/70 00:00      
   Check your "ffn" option setting            01/01/70 00:00      
      -ffn            01/01/70 00:00      

Back to Subject List