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 -->
  #2 (permalink)  
Old 03-05-2006
matrixmadhan matrixmadhan is offline
Technorati Master
 

Join Date: Mar 2005
Location: k-tier distributed caching
Posts: 2,733
probably you should have made use of lint command for coding and syntax errors for enhancing portabilty

compiler suppresses warnings about certain conditions when you place these comments at specific points in the source.

for esym - message # is suppressed for the accompanying symbol with esym
Reply With Quote