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

编辑器/阅读器

开发平台:

C/C++

  1. //    co-in.lnt
  2. //    Compiler Options for Intel iC-86, iC-286
  3. //    This file contains options to allow PC-lint to process source
  4. //    files for your compiler.  It is used as follows:
  5. //
  6. //    lint  co-in.lnt  source-file(s)
  7. //
  8.             // while processing compiler (library) header files ...
  9. -wlib(1)    // sets the warning level within library headers to 1
  10.     // (no warnings, just syntax errors).  Comment out if you
  11.     // are actually linting library headers.  This
  12.     // option makes obsolete options of the form -elib(axxx) where
  13.     // xxx >= 400 which may be retained for historical reasons.
  14. -elib(123)  // function-like macro name used as non-macro
  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. -d_ARCHITECTURE_=86   // this preprocessor symbol is pre-defined
  19. -d_OPTIMIZE_=1        // this preprocessor symbol is pre-defined
  20. -d_ROM_=0             // this preprocessor symbol is pre-defined
  21. +fce                  // continue-on-error true
  22. -dalien=pascal        // nearest meaning to alien
  23. -dreadonly=const      // nearest meaning to readonly
  24. // we formerly had -dselector=void*, replaced by:
  25. -header(lib-in.h)
  26. +rw(far,near)         // extra reserved words needed
  27. -$                    // accept $ in identifiers
  28. -sld8                 // sizeof(long double) is 8
  29. //  The following functions exhibit variable return modes.
  30. //  That is, they may equally-usefully be called for a value
  31. //  as called just for their effects.  Accordingly we inhibit
  32. //  Warning 534 for these functions.
  33. //  Feel free to add to or subtract from this list.
  34. -esym(534,close,creat,fclose,fprintf,fputc)
  35. -esym(534,fputs,fscanf,fseek,fwrite,lseek,memcpy,memmove,memset)
  36. -esym(534,printf,puts,scanf,sprintf,sscanf,strcat,strcpy)
  37. -esym(534,strncat,strncpy,unlink,write)
  38. -emacro((???),va_arg)   // the va_arg() macro can yield 415, 416, 661, 662
  39. // 796 and 797 (out-of-bounds errors).
  40. -emacro(413,offsetof)  // use of NULL pointer creates a stir