Commit 25038267 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Remove null characters from virtual line format strings

parent e1013823
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -379,7 +379,7 @@ AC_ARG_WITH(
)
)


FFLAGS="-std=legacy -O3"
FFLAGS="-std=legacy -O3"
CXXFLAGS="-O3 -ggdb -Wno-format-contains-nul -I$HDF5_INCLUDE $MPIFLAGS $OMPFLAGS $LAPACKFLAGS $MAGMAFLAGS"
CXXFLAGS="-O3 -ggdb -I$HDF5_INCLUDE $MPIFLAGS $OMPFLAGS $LAPACKFLAGS $MAGMAFLAGS"
SUBDIRS="cluster libnptm sphere testing trapping"
SUBDIRS="cluster libnptm sphere testing trapping"


# Send output to Makefiles
# Send output to Makefiles
+117 −117

File changed.

Preview size limit exceeded, changes collapsed.