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

编辑器/阅读器

开发平台:

C/C++

  1. //    co-bc.lnt
  2. //    Compiler Options for Borland C, C++ 3.10 and earlier
  3. -ctc
  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-bc.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(87)   // windef.h contains a botched #ifdef
  16. -elib(652)  // suppress message about #define of earlier declared symbols
  17. -elib(762)  // suppress message about multiple identical declarations and
  18. -elib(760)  // suppress message about multiple identical macro defs
  19. -elib(726)  // inhibits error involving extraneous comma in enumerations
  20.             // within library header graphics.h
  21. -elib(553)  // use of undefined preprocessor variables like #if __STDC__
  22.             // within string.h
  23. -elib(123)  // stdarg.h defines __size() and stdio.h uses __size parameter
  24. -elib(579)  // Borland C++ compensates for sub int params in stdarg.h
  25.             // this is still a dangerous nonportable practice for user programs
  26. -elib(743)  // 'x80' is used in limits.h
  27. -elib(773)             // offsetof() macro causes some problems
  28. -emacro(507,FP_OFF)  // inhibit loss of information message.
  29. --emacro(507,offsetof)  // inhibit loss of info message in macro
  30. -emacro(413,offsetof)  // use of NULL pointer creates a stir
  31. -emacro(545,offsetof)  // addressing an array member is OK
  32. -emacro(792,assert)  // inhibit void cast of void message
  33. -emacro((???),va_arg)   // the va_arg() macro can yield 415, 416, 661, 662
  34. // 796 and 797 (out-of-bounds errors).
  35. +rw(_export,_import)    // needed especially for Windows programming
  36. -sld10          // sizeof(long double) is 10.
  37. -elib(770)  // WORDREGS, BYTEREGS, REGS, SREGS  defined in both
  38.             // bios.h and dos.h
  39. -etd(origin) // this will inhibit complaints about 'origin' type differences
  40.             // this occurs when both bios.h and dos.h contribute the
  41.             // identical struct's to a program.
  42. -e793       // inhibit 'ANSI limit reached' --
  43.             // limits are impractically low with Borland headers
  44. -function(exit,_exit)   // _exit() is like exit()
  45. -function(exit,__assertfail)  // __assertfail() is like exit()
  46. -emacro(570,disable,_disable,enable,_enable)  // allow (char) 0xFA
  47. -emacro(734,putc)   // don't complain about items being too large.
  48. -emacro(732,putc)      // inhibit loss of sign
  49. -d_asm=asm          // Borland accepts both "_asm" and "asm"
  50. -d__asm=asm         // and __asm
  51. //  The following functions exhibit variable return modes.
  52. //  That is, they may equally-usefully be called for a value
  53. //  as called just for their effects.  Accordingly we inhibit
  54. //  Warning 534 for these functions.
  55. //  Feel free to add to or subtract from this list.
  56. -esym(534,*printf,*putc,*scanf)  // often called without checking return
  57. -esym(534,close,creat,fclose,fflush)
  58. -esym(534,fputs,fseek,fwrite,lseek,memcpy,memmove,memset)
  59. -esym(534,puts,strcat,strcpy)
  60. -esym(534,strncat,strncpy,unlink,write)
  61. -esym(534,__assertfail)
  62. //  These are the wide char variants of printf-scanf family
  63. -wprintf( 1, wprintf )
  64. -wprintf( 2, fwprintf, swprintf )
  65. -wscanf( 1, wscanf )
  66. -wscanf( 2, fwscanf, swscanf )
  67. // The following options are required by most compilers to
  68. // noiselessly process iostream.h
  69. -elib(1717) //empty prototypes
  70. -elib(522) //function return value ignored
  71. -elib(1053) //prototypes cannot be distinguished
  72. -elib(1721) //unusual operator =() declaration
  73. -elib(1720) //assignment op has non-const parameter
  74. -elib(655)  // bitwise operator combining compatible enum's
  75. -elib(641)  // converting enum's to int
  76. -elib(537)  // repeated include file (ios.h)
  77. -elib(1511) // member (rdbuf) hides nonvirtual member
  78. -elib(1712) // default constructor not defined for class
  79. -elib(1736) // redundant access specifier
  80. -esym(1702,operator<<,operator>>)  // both a member and an ordinary function
  81. // These functions return things that are frequently ignored.
  82. -esym(534,ostream::operator<<,istream::operator>>)
  83. // The following additional options seem to be needed.
  84. -fdc       // do not Distinguish plain Char as a unique type.
  85.    // i.e. char is either signed char or unsigned char
  86. -elib(783)      // line in config.h does not end in new-line
  87. -elib(522)      // doesn't use the return value of underflow();
  88. -elib(1066)  // same name declared as "C" and not "C"
  89. -elib(1724) //argument to copy construct should be const ref
  90. -elib(1722) //assignment operator does not return ref
  91. -efile(766,mem.h)  //included by iostream.h but not really used
  92. -elib(1704)   // constructor with private access declaration
  93. -elib(1708,1709)   // minor C/C++ declaration conflict
  94. -elib(1735)   // default parameter within virtual function
  95. // Using Borland classlib, OWL or TurboVision?  Then activate any
  96. // or all of the following by removing the comment:
  97. //  lib-bcl.lnt      // Borland Class Library
  98. //  lib-owl.lnt      // Borland Object Windows Library
  99. //  lib-tv.lnt       // Borland Turbo-Vision library