Skip to content

Commit 6790c92

Browse files
committed
[minicern] unsilence fortran warnings
1 parent 63eb7c6 commit 6790c92

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

misc/minicern/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,5 @@ ROOT_LINKER_LIBRARY(minicern *.c *.f TYPE STATIC)
1212
set_property(TARGET minicern PROPERTY POSITION_INDEPENDENT_CODE ON)
1313
target_link_libraries(minicern ${CMAKE_Fortran_IMPLICIT_LINK_LIBRARIES})
1414

15-
# Disable warnings, since what has worked for 40 years...
16-
# (see https://sft.its.cern.ch/jira/browse/ROOT-9179 for the warnings)
17-
set_target_properties(minicern PROPERTIES COMPILE_FLAGS "-w")
1815
# set_target_properties(minicern PROPERTIES COMPILE_FLAGS "-fsanitize=undefined -fsanitize=address")
1916
# target_link_options(minicern BEFORE PUBLIC -fsanitize=undefined PUBLIC -fsanitize=address)

0 commit comments

Comments
 (0)