- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am interested on whether options similar to the GNU-specific compile-time options with the following functionality
-Werror=conversion: Error when implicit conversions are likely to change the value of the expression after conversion
-Werror=unused-variable: Error when a local variable is declared but not used
-Werror=character-truncation: Error when a character assignment will truncate the assigned string
-Werror=unused-value: Error when a private module variable is declared but not used
are available with the Intel Fortran compiler and what their equivalents are?
Thank you.
Regards,
Ilia
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
-Werror=conversion - no
-Werror=unused-variable - /warn:unused
-Werror=character-truncation - no
-Werror=unused-value - I am not sure what this is, possibly covered by /warn:unused
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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