In my CRC8.c I have this function: BOOL isCRCValid(const UINT8 *ptr, U开发者_运维技巧INT8 Len, UINT8 CRCChar){
I have some code that PC-Lint is giving me Error 503: Boolean argument to relational on. It is a call to a template function which is defined like this:
While running pclint for a particular folder, its running for all the开发者_运维技巧 files inside that folder. If we want the pclint to omit some of the files, then how to configure it in std.lnt file
I\'m having troub开发者_Python百科le figuring out how to generate a call graph with PC-lint. I have tried adding the -vhm flag to pc lint but nothing happens.
I\'ve been using PC-lint9 to find out diff开发者_JAVA技巧erent errors recently and it really blow my mind,but it seems PC-lint9 can\'t trace dangling pointer, here is snapshot of the code I exam with.
What 开发者_如何学Goare some best practices for using pc-lint - how to wade thru the zillion options?
I\'m doing a bit of retro programming for fun.What I want to create is a DOS game using EGA graphics but I am having a bit of trouble finding a good reference on the web.Everybody who talks about doin