- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
I am trying to compile a FORTRAN library from circa 1985. A common error message I get for the debug version is
Error: The type of the actual argument differs from the type of the dummy argument.
This is a common theme, where a subroutine is called with a real argument, but it is used as an integer.
Is there some way I can turn off this check in the debug version? The release version compiles fine. I will need a debug version at some point.
- Marcas:
- Intel® Fortran Compiler
Link copiado
1 Responder
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Right click on the project, select Properties, Fortran, Diagnostics. Turn off "Generate interface blocks" and "Check routine interfaces". Be very careful about such mismatches - they can create serious problems.

Responder
Opções do tópico
- Subscrever fonte RSS
- Marcar tópico como novo
- Marcar tópico como lido
- Flutuar este Tópico para o utilizador atual
- Marcador
- Subscrever
- Página amigável para impressora