Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Test stops with message Setup Problem

Options
rritesh
rritesh Posts: 1
edited February 2017 in C/C++test

Hi I am getting below errors while running a static analysis using cpptest.

C/C++ code checker: error during parsing file (ignored - "Analyze files with parse errors" option is enabled).
"/usr/include/c++/4.4.7/bits/cpp_type_traits.h", line 71: error: expected a ";"
template

This interface file is from tool and I don't have any control over it. Is there any way by whick I can stop running such checks on interface files from tool/3rd party software e.g. systemc, opencv etc.

Comments

  • Andrey Madan
    Andrey Madan Posts: 388 ✭✭✭
    Options

    This include file is probably included in the source file under test. Correct?