- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What compiler setting do I change to suppress forrtl: warning (402) messages. I somehow turned these on, and now I want to turn them off and can't seem to find the appropriate compiler setting.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I had to go look this up - 402 is "In call to SUB, an array temporary was created for argument #1". Turn this off by removing /check:arg_temp_created or, in Visual Studio, Run-Time > Check for actual arguments using temporary storage.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I had to go look this up - 402 is "In call to SUB, an array temporary was created for argument #1". Turn this off by removing /check:arg_temp_created or, in Visual Studio, Run-Time > Check for actual arguments using temporary storage.
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