Can you somehow make opmini.c not get analyzed in the scan for Perl? opmini.c is a clone of op.c as an artifact of the build process. All of the opmini.c items are dupes of the op.c items. Thanks, Andy
No.1 | | 602 bytes | |
Andy Lester wrote:
Can you somehow make opmini.c not get analyzed in the scan for Perl? opmini.c is a clone of op.c as an artifact of the build process. All of the opmini.c items are dupes of the op.c items.
Unfortunately it's quite difficult to make our analysis ignore a file compiled by the native build. The good news is that since these files are considered identical by the analysis, the defects are merged by our backend, if you inspect the defects for the two files, you can see they all share one of 2 CID's either 8 or 21.