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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/02/09 06:36
Read: times


 
#165738 - First time with LINT?
Responding to: ???'s previous message
See: http://www.8052.com/forum/read/165734

Neil Kurzman said:
LINT by default assumes many things are wrong.

That's not really fair.

Lint points-out things that may be wrong and, therefore, may cause unexpected problems.
It points of common pitfalls and traps for the unwary.

The fact that the OP hadn't even realied that there might be any issue with this piece of code (and all the others) just goes to show how important it is to run Lint on it!

Lint needs to be used in conjustion with a good 'C' textbook (or eve the 'C' standard itself) and the specific compiler manual.

Don't Keil provide specific configurations for using Lint with their compilers...?

List of 15 messages in thread
TopicAuthorDate
PC Lint - Error 64            01/01/70 00:00      
   signed/unsigned            01/01/70 00:00      
      These are LINT Questions            01/01/70 00:00      
         First time with LINT?            01/01/70 00:00      
            Fair I think            01/01/70 00:00      
               The argument is            01/01/70 00:00      
                  Some examples            01/01/70 00:00      
                     There is no such thing as a benign warning            01/01/70 00:00      
         A question of dices            01/01/70 00:00      
            LINT has to deal with C            01/01/70 00:00      
               char != letter            01/01/70 00:00      
      Signed/unsigned char            01/01/70 00:00      
      signed/unsigned            01/01/70 00:00      
         Show it!            01/01/70 00:00      
   How to post legible source code            01/01/70 00:00      

Back to Subject List