- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am getting thousands of occurances of the warning
Warning: A jump into a block from outside the block may have occurred.
since my code is created by a pre-processor that uses a lot of GOTO statements. I would like to disable that warning but ONLY that one warning without disabling any other warnings. With the C++ compilier that comes with Visual Studio .NET 2003, you can disable a specific warning by number, but I don't find that specific capability in the help forIVF 9.0 and there also does not seem to be any id # in the warning messages either. Is this a known or planned capability?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is not the ability to disable specific warnings. We are looking at implementing some sort of finer-grained control over warnings in the future.
When that particular warning is given, it is alerting you to code that may be broken. Such illegal control flow changes can have unpredictable results.
When that particular warning is given, it is alerting you to code that may be broken. Such illegal control flow changes can have unpredictable results.

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