您的位置:首页 > 其它

+compiler(search_actively_including_stack)

2015-11-25 14:50 253 查看
以下问题已经解决。。只需升级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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  PC-Lint