Message num ID =534, Counts=37 // Warning 534: Ignoring return value of
function 'strcpy(char *, const char *)' (compare with line 23, file c:\\diab\\4.3g\\include\\string.h)
配置项可以集中在options.lnt中配置:打开C:\\lint\\config_diab\\options.lnt,参考进行如下配置:
// Please note -- this is a representative set of error suppression
// options. Please adjust to suit your own policies // See manual (chapter LIVING WITH LINT) // for further details. -w2 -e18 //Symbol 'Symbol' redeclared (TypeDiff) conflicts with Location -e46 //Field type should be int -e537 //Repeated include file
//-e720 // allow direct test of assignment
//-e502 -e713 -e737 -eau // don't report on signed/unsigned mismatches //-e718 // allow calls to undeclared C functions //-e746 // allow calls w/o prototypes in C.