- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a large live Fortran solution which I periodically build with Code Coverage switched on by setting /Qcov-gen in a special copy of ifort.cfg file used for the purpose.
I want to disable some of the projects from the Code Coverage statistics and so I tried the documented option /Qcov-gen- in the Fortran project command line properties. Unfortunately this generated the following message for each source file:
ifort: command line warning #10006: ignoring unknown option '/Qcov-gen-'
How can I disable individual projects in my solution from being included in the Code Coverage report?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Isn't that interesting... I will bring that to the developers' attention.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
... and our crack tag-team of developers fixed the problem in our sources. The fix should appear in a compiler update later this year (October-ish).

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page