Skip to content

Commit

Permalink
fixing deprecated warning in macos
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
  • Loading branch information
Andrey1994 committed Jul 3, 2024
1 parent 2a89404 commit e441c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if (WARNINGS_AS_ERRORS)
add_compile_options (/bigobj)
endif (CMAKE_BUILD_TYPE EQUAL "DEBUG")
else ()
add_compile_options (-Werror -Wno-varargs)
add_compile_options (-Werror -Wno-varargs -Wno-error=deprecated-declarations)
endif ()
endif (WARNINGS_AS_ERRORS)

Expand Down

0 comments on commit e441c33

Please sign in to comment.