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

编辑器/阅读器

开发平台:

C/C++

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