From a197fc9c08793d686205a360de27dc5e379e4650 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Thu, 13 Feb 2020 15:37:18 +1100 Subject: [PATCH] cmake: don't warn about unused parameter --- app/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 4a0ad75d5..29cf05700 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -78,7 +78,7 @@ if(MSVC) "$<$:/O2>" ) else() - target_compile_options(${OLIVE_TARGET} PRIVATE -O2 -Werror -Wuninitialized -pedantic-errors -Wall -Wextra -Wsign-conversion) + target_compile_options(${OLIVE_TARGET} PRIVATE -O2 -Werror -Wuninitialized -pedantic-errors -Wall -Wextra -Wno-unused-parameter) endif() target_include_directories(