co-ht.lnt
上传用户:filter2008
上传日期:2010-03-12
资源大小:2959k
文件大小:2k
源码类别:

编辑器/阅读器

开发平台:

C/C++

  1. //    co-ht.lnt
  2. //    Compiler Options for HI-TECH C
  3. -cht
  4. //    This file contains options to allow PC-lint to process source
  5. //    files for your compiler.  It is used as follows:
  6. //
  7. //    lint  co-ht.lnt  source-file(s)
  8. //
  9.             // while processing compiler (library) header files ...
  10. -wlib(1)    // sets the warning level within library headers to 1
  11.     // (no warnings, just syntax errors).  Comment out if you
  12.     // are actually linting library headers.  This
  13.     // option makes obsolete options of the form -elib(axxx) where
  14.     // xxx >= 400 which may be retained for historical reasons.
  15. -elib(652)  // suppress message about #define of earlier declared symbols
  16. -elib(762)  // suppress message about multiple identical declarations and
  17. -elib(760)  // suppress message about multiple identical macro defs
  18. -elib(544)  // ignore information following #endif and #else
  19. -elib(553)  // undefined pre-processor variables are regarded as
  20.             // 0 without complaint
  21. //  The following functions exhibit variable return modes.
  22. //  That is, they may equally-usefully be called for a value
  23. //  as called just for their effects.  Accordingly we inhibit
  24. //  Warning 534 for these functions.
  25. //  Feel free to add to or subtract from this list.
  26. -esym(534,close,creat,fclose,_flsbuf,fprintf,fputc)
  27. -esym(534,fputs,fscanf,fseek,fwrite,lseek,memcpy,memmove,memset)
  28. -esym(534,printf,puts,scanf,sprintf,sscanf,strcat,strcpy)
  29. -esym(534,strncat,strncpy,unlink,write)
  30. //  The following options are required for embedded systems.
  31. //  (thru version 7.7).
  32. -e430               // Allow use of @
  33. +ppw(asm)           // establish #asm as beginning of assembly
  34. +ppw(endasm)        // establish #endasm to terminate.
  35. -dbit=_bit          // support the bit keyword by defining it
  36. +rw(_bit)           // to be _bit.
  37. +rw(bank1,bank2)    // additional reserved words