Skip to content
Snippets Groups Projects
Commit 25038267 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Remove null characters from virtual line format strings

parent e1013823
No related branches found
No related tags found
No related merge requests found
......@@ -379,7 +379,7 @@ AC_ARG_WITH(
)
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"
# Send output to Makefiles
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment