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

编辑器/阅读器

开发平台:

C/C++

  1. //    co-cc386.lnt
  2. //    Compiler Options for CadUL CC-386
  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-cc386.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. -di386=1              // this preprocessor symbol is pre-defined (1 if Compiler works in Flat/Protected Mode)
  23. -di486=1              // this preprocessor symbol is pre-defined (1 if Compiler works in Flat/Protected Mode)
  24. -di186=0              // this preprocessor symbol is pre-defined (1 if Compiler works in Real Mode)
  25. -di8086=0             // this preprocessor symbol is pre-defined (1 if Compiler works in Real Mode)
  26. -d__STDC__=1          // this preprocessor symbol is pre-defined (1 if Compiler works in ANSI Mode)
  27. -d__INT32__=1         // this preprocessor symbol is pre-defined (1 if int is 32bit)
  28. -d__LONG64__=0        // if this is set to 1 (Compiler option -VLONG or #pragma long64)
  29.                       // then also use the option -sl8
  30. //-sld8                 // sizeof(long double) is 8
  31. -mD                   // D memory model (COMPACT)
  32. -si4                  // sizeof(int)         is 4
  33. -spN4                 // sizeof(near pointer) is 4
  34. -spF6                 // sizeof( far pointer) is 6
  35. -d_OPTIMIZE_=1        // this preprocessor symbol is pre-defined
  36. -d_ROM_=0             // this preprocessor symbol is pre-defined
  37. +fce                  // continue-on-error true
  38. -dalien=pascal        // nearest meaning to alien
  39. -dreadonly=const      // nearest meaning to readonly
  40.     // we formerly had -dselector=void*, replaced by:
  41. -header(lib-in.h)     // contains needed typedef
  42. +rw(far,near)         // extra reserved words needed
  43. -$                    // accept $ in identifiers
  44. //  The following functions exhibit variable return modes.
  45. //  That is, they may equally-usefully be called for a value
  46. //  as called just for their effects.  Accordingly we inhibit
  47. //  Warning 534 for these functions.
  48. //  Feel free to add to or subtract from this list.
  49. -e506
  50. -esym(534,close,creat,fclose,fprintf,fputc)
  51. -esym(534,fputs,fscanf,fseek,fwrite,lseek,memcpy,memmove,memset)
  52. -esym(534,printf,puts,scanf,sprintf,sscanf,strcat,strcpy)
  53. -esym(534,strncat,strncpy,unlink,write)
  54. -emacro((???),va_arg)   // the va_arg() macro can yield 415, 416, 661, 662
  55. // 796 and 797 (out-of-bounds errors).
  56. -emacro(413,offsetof)  // use of NULL pointer creates a stir