Hello,
I am trying to disable specific error on .f compilation, e.g. error #8284: If the actual argument is scalar, the dummy argument shall be scalar unless the actual argument is of type character or is an element of an array that is not assumed shape, pointer, or polymorphic.
I have tried the syntax: /Qdiag-disable:8284
but I get
Cannot disable Fortran error message 8284
I would rather not turn off the whole interface checking (/warn:interfaces) since it includes some other msg 6633, 6631 that I want to check on a file basis.
Thank you
Alex