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

编辑器/阅读器

开发平台:

C/C++

  1. //    co-cosm.lnt
  2. //    Compiler Options for Cosmic C compiler
  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-cosm.lnt  source-file(s)
  7. //
  8. -ss2        // size of short is 2
  9. -si2        // size of int is 2
  10. -spN2       // size of near pointer is 2
  11. -spF4       // size of far pointer is 4
  12. +fbu        // force bit fields to be unsigned
  13. +fcu        // plain char is unsigned
  14. +fep        // allow enum's in pre-processor statements
  15. +pragma(asm,off)    // #asm blocks ignored
  16. +pragma(endasm,on)  // #endasm restores things
  17.             // while processing compiler (library) header files ...
  18. -wlib(1)    // sets the warning level within library headers to 1
  19.     // (no warnings, just syntax errors).  Comment out if you
  20.     // are actually linting library headers.  This
  21.     // option makes obsolete options of the form -elib(axxx) where
  22.     // xxx >= 400 which may be retained for historical reasons.
  23. -elib(652)  // suppress message about #define of earlier declared symbols
  24. -elib(762)  // suppress message about multiple identical declarations and
  25. -elib(760)  // suppress message about multiple identical macro defs
  26. -elib(553)  // undefined pre-processor variables are regarded as
  27.             // 0 without complaint
  28. //  The following functions exhibit variable return modes.
  29. //  That is, they may equally-usefully be called for a value
  30. //  as called just for their effects.  Accordingly we inhibit
  31. //  Warning 534 for these functions.
  32. //  Feel free to add to or subtract from this list.
  33. -esym(534,close,creat,fclose,fprintf,fputc)
  34. -esym(534,fputs,fscanf,fseek,fwrite,lseek,memcpy,memmove,memset)
  35. -esym(534,printf,puts,scanf,sprintf,sscanf,strcat,strcpy)
  36. -esym(534,strncat,strncpy,unlink,write)
  37. // For non-ANSI compilers we suppress messages 515 and 516
  38. // for functions known to have variable argument lists.
  39. // For ANSI compilers, header files should take care of this.
  40. -esym(515,fprintf,printf,sprintf,fscanf,scanf,sscanf)
  41. -esym(516,fprintf,printf,sprintf,fscanf,scanf,sscanf)
  42. -emacro((???),va_arg)   // the va_arg() macro can yield 415, 416, 661, 662
  43. // 796 and 797 (out-of-bounds errors).
  44. //  @ usage.
  45. //  The following 3 options are intended to cope with various
  46. //  uses of the @ character:
  47. //  a) As an initializer,  e.g.
  48. //              volatile byte PORTA @ BASEADR + 1;
  49. //  b) As the initial character in a keyword,  e.g.,
  50. //              @far byte x;
  51. //  If there are @keywords other than those just below then they
  52. //  should be added to the list.
  53. +rw(far,near,interrupt,tiny)  // reserved words that follow @.
  54.                // note: we ignore the @ in a decl specifier context
  55.                // so that these words show up as real reserved words
  56. +fem           // Early Modifiers: so that we can say "far int x;" instead
  57.                //   of "int far x;"
  58. -e430          // suppress complaints about using @