Skip to content

Commit 66c4ff1

Browse files
committed
2 parents b0475cf + 054d676 commit 66c4ff1

File tree

286 files changed

+10998
-11243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

286 files changed

+10998
-11243
lines changed

build/cmake/SetupCompileWarnings.cmake

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -84,22 +84,3 @@ function(target_no_warning TARGET WNAME)
8484
endif()
8585

8686
endfunction()
87-
88-
# Temporary solution
89-
# Pavel added the `deprecated` attribute to the old midi event, hoping that the use of deprecated methods will be quickly removed.
90-
# But! This is not yet true, the methods are used.
91-
# Displaying warnings is very annoying for all developers.
92-
# Pavel insists on keep these warnings.
93-
# So we will keep them only for Pavel until he removes the use of obsolete methods.
94-
find_program(GIT_EXECUTABLE git PATHS ENV PATH)
95-
if (GIT_EXECUTABLE)
96-
execute_process(
97-
COMMAND "${GIT_EXECUTABLE}" config --get user.email
98-
OUTPUT_VARIABLE git_email
99-
OUTPUT_STRIP_TRAILING_WHITESPACE)
100-
101-
if (git_email STREQUAL "[email protected]")
102-
add_definitions(-DSHOW_MIDI_EVENT_DEPRECATED_WARNING)
103-
endif()
104-
105-
endif (GIT_EXECUTABLE)

0 commit comments

Comments
 (0)