I recently increased the size of some static array and now get the following warning.
I tried changing my array to dynamic array for the file in question but to no avail.
My configuration is as follow:
vs2010
Intel(R) Visual Fortran Compiler XE 14.0.1.139 [Intel(R) 64].
I now got it in a state where even when compiling an empty file (no code or empty subroutine code) it also fires this warning.
Thanks and regards