[EGD-5699] Turn off deprecated declaration warning Do not inform about using deprecated declarations during compilation. Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
1 files changed, 1 insertions(+), 1 deletions(-) M CMakeLists.txt
M CMakeLists.txt => CMakeLists.txt +1 -1
@@ 98,7 98,7 @@ add_compile_options( ${TARGET_COMPILE_OPTIONS} -fno-builtin -fno-diagnostics-color # warning flags -Wall -Wextra -Werror -Wno-unused-parameter -Wno-error=deprecated-declarations) -Wall -Wextra -Werror -Wno-unused-parameter -Wno-deprecated-declarations) target_compile_features(${PROJECT_NAME} PUBLIC ${TARGET_COMPILE_FEATURES})