+compiler(search_actively_including_stack)

来源:互联网 发布:logo制作软件 编辑:程序博客网 时间:2024/05/19 07:41

以下问题已经解决。。只需升级PC-Lint 即可!!


Help.I meet the follow problem:

c:\lint\co-msc100.lnt  25  Error 72: Bad option '[ The compiler() option does
    not recognize "search_actively_including_stack" as a flag name. ]'

VS2010, PC-Lint

co-msc100.lnt
//    co-msc100.lnt
//    Compiler Options for Visual Studio for C/C++ Version 10.00
//       (Visual Studio 2010)
//    This file contains options to allow PC-lint to process source
//    files for your compiler.    It is used as follows:
//
//    lint  co-msc100.lnt  source-file(s)
//
//        (See macros-msc.c and/or macros-msc.cpp for details.)

// Section 1: options independent of the use of the automatic macro
// generator (macros-msc.cpp)
//
-cmsc
-A(C++2011)
+compiler(search_actively_including_stack)
-si4    // integers are 4 bytes
-sp4    // pointers are 4 bytes too.
......



Similiar Link: http://stackoverflow.com/questions/13805664/answer/submit


0 0
原创粉丝点击