mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-03 02:32:04 +08:00
Remove flag from gfort-general in gfort-5, add /EHsc to Win C++
This commit is contained in:
parent
279ea4f2a2
commit
e31bb02d38
@ -155,6 +155,8 @@ if (NOT MSVC)
|
|||||||
# ADD_H5_FLAGS (H5_CXXFLAGS1 "${HDF5_SOURCE_DIR}/config/gnu-warnings/no-developer-4.5")
|
# ADD_H5_FLAGS (H5_CXXFLAGS1 "${HDF5_SOURCE_DIR}/config/gnu-warnings/no-developer-4.5")
|
||||||
# endif ()
|
# endif ()
|
||||||
#endif ()
|
#endif ()
|
||||||
|
else ()
|
||||||
|
list (APPEND HDF5_CMAKE_CXX_FLAGS "/EHsc")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
|
@ -9,5 +9,4 @@
|
|||||||
-Wimplicit-interface
|
-Wimplicit-interface
|
||||||
-Wsurprising
|
-Wsurprising
|
||||||
-Wunderflow
|
-Wunderflow
|
||||||
-Wuse-without-only
|
|
||||||
-pedantic
|
-pedantic
|
||||||
|
Loading…
Reference in New Issue
Block a user