--- trunk/Compilation/Compiler_options/gfortran_debug.mk 2014/12/18 17:30:24 118 +++ trunk/Compilation/Compiler_options/gfortran_debug.mk 2015/01/07 14:34:57 119 @@ -16,7 +16,7 @@ FFLAGS += -ffree-form -std=f95 # Error and warning options: -FFLAGS += -fmax-errors=1 -pedantic-errors -Wall -Wcharacter-truncation -Wunderflow -Wunreachable-code +FFLAGS += -fmax-errors=1 -pedantic-errors -Wall -Wcharacter-truncation -Wunderflow -Wunreachable-code -Wno-conversion # Debugging options: FFLAGS += -ffpe-trap=invalid,zero,overflow -fbacktrace -fdump-core -g