mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
Correct whitespace in flags, force list mode
This commit is contained in:
parent
2c2627e7f6
commit
29ad4fcec9
@ -64,12 +64,12 @@ endif ()
|
||||
# General flags
|
||||
if (CMAKE_Fortran_COMPILER_ID STREQUAL "Intel")
|
||||
ADD_H5_FLAGS (HDF5_CMAKE_Fortran_FLAGS "${HDF5_SOURCE_DIR}/config/intel-ifort-general")
|
||||
list (APPEND HDF5_CMAKE_Fortran_FLAGS "-stand f08 -free -implicitnone")
|
||||
list (APPEND HDF5_CMAKE_Fortran_FLAGS "-stand" "-free")
|
||||
elseif (CMAKE_Fortran_COMPILER_ID STREQUAL "GNU")
|
||||
ADD_H5_FLAGS (HDF5_CMAKE_Fortran_FLAGS "${HDF5_SOURCE_DIR}/config/gnu-warnings/gfort-general")
|
||||
list (APPEND HDF5_CMAKE_Fortran_FLAGS "-ffree-form -std=f2008 -fimplicit-none")
|
||||
list (APPEND HDF5_CMAKE_Fortran_FLAGS "-ffree-form" "-std=f2008" "-fimplicit-none")
|
||||
elseif (CMAKE_Fortran_COMPILER_ID STREQUAL "PGI")
|
||||
list (APPEND HDF5_CMAKE_Fortran_FLAGS "-Mfreeform -Mdclchk -Mstandard -Mallocatable=03")
|
||||
list (APPEND HDF5_CMAKE_Fortran_FLAGS "-Mfreeform" "-Mdclchk" "-Mstandard" "-Mallocatable=03")
|
||||
endif ()
|
||||
message (STATUS "HDF5_CMAKE_Fortran_FLAGS=${HDF5_CMAKE_Fortran_FLAGS}")
|
||||
|
||||
|
@ -7,13 +7,13 @@
|
||||
# warnings that are emitted. If you need it, add it from the
|
||||
# environment variable at configure time.
|
||||
-Wabi
|
||||
-Wctor-dtor-privacy
|
||||
-Weffc++
|
||||
##-Wendif-labels"
|
||||
-Wnon-virtual-dtor
|
||||
-Wold-style-cast
|
||||
-Woverloaded-virtual
|
||||
-Wreorder
|
||||
-Wsign-promo
|
||||
##-Wunreachable-code"
|
||||
##-Wvariadic-macros -
|
||||
-Wctor-dtor-privacy
|
||||
-Weffc++
|
||||
##-Wendif-labels
|
||||
-Wnon-virtual-dtor
|
||||
-Wold-style-cast
|
||||
-Woverloaded-virtual
|
||||
-Wreorder
|
||||
-Wsign-promo
|
||||
##-Wunreachable-code
|
||||
##-Wvariadic-macros
|
||||
|
@ -1 +1 @@
|
||||
-Wimplicit-procedure
|
||||
-Wimplicit-procedure
|
||||
|
@ -2,4 +2,4 @@
|
||||
-Wrealloc-lhs-all
|
||||
# Turn off warnings for passing non-ANSI types to BIND().
|
||||
# We pass a lot of hid_t, etc. types so this generates a LOT of spurious warnings.
|
||||
-Wno-c-binding-type"
|
||||
-Wno-c-binding-type
|
||||
|
Loading…
x
Reference in New Issue
Block a user