⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 co-sun6.lnt

📁 PC-Lint是一种静态代码检测工具
💻 LNT
字号:
//    co-sun6.lnt
//    Compiler Options for the Sun Forte C++ Enterprise Edition 6

//    This file contains options to allow FlexeLint to process source
//    files for the Forte C++ Compiler.  It is used as follows:
//
//    flexelint  co-sun6.lnt  source-file(s)
//


-i%FORTE%/include            // Set an include directory
-i%FORTE%/include/CC         // Set an include directory
-i%FORTE%/include/CC/rw7     // Set an include directory
-i%FORTE%/include/CC/Cstd    // Set an include directory
+fdi         // Use the directory of the including file


-dsparc     // need to define this symbol or #error's occur within headers
-di386      // needed for some Unix's
-d_WCHAR_T  // don't define wchar_t
-a#machine(i386)  //  #assert's machine(i386)  (SVR4 facility).

-elib(2)    // unclosed quotes in Unix's nserve.h
-elib(123)  // size is both a variable and a macro with args
-wlib(1)    // Sets warning level within library headers to 1
	    // (i.e. suppress Warning and Info messages within libraries)
	    // If you are actually checking library code you may want
	    // to comment out this option.

-emacro(413,offsetof)  // use of NULL pointer creates a stir

//  The following functions exhibit variable return modes.
//  That is, they may equally-usefully be called for a value
//  as called just for their effects.  Accordingly we inhibit
//  Warning 534 for these functions.  Feel free to add to or subtract
//  from this list.

-esym(534,close,creat,fclose,fflush,fprintf,fputc)
-esym(534,fputs,fscanf,fseek,fwrite,lseek,memcpy,memmove,memset)
-esym(534,printf,puts,scanf,sprintf,sscanf,strcat,strcpy)
-esym(534,strncat,strncpy,unlink,write)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -