The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
Google UNIX.COM



Thread: lint comments
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 03-05-2006
jim mcnamara jim mcnamara is offline
...@...
 

Join Date: Feb 2004
Location: NM
Posts: 4,356
The numbers are a warning message reference.

Basically, when you run lint on code you should see ZERO warnings, the stuff above is defeating the purpose of lint. Some shops require a clean lint output in order to push code to production. The previous coder either thought the warnings were pointless, or did not know how to correctly code the statement that caused the problem.

Matrix & I are trying to tell you that there should be no lint complaints at all.
Reply With Quote