Is there a way to suppress this compile-time warning:
PGF90-W-0435-Array declared with zero size
Thanks!
Todd
Is there a way to suppress this compile-time warning:
PGF90-W-0435-Array declared with zero size
Thanks!
Todd
Hi Todd,
While we don’t have a way to disable particular warning messages, the flag “-w” will disable all warnings.
Hope this helps,
Mat