From bb9b5e6affff63b5b9aaaeb6dcd59a20c1840baf Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Sat, 13 Mar 2021 23:01:37 +0300 Subject: [PATCH] Enable -Wtautological-compare --- rpcs3/cmake_modules/ConfigureCompiler.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/cmake_modules/ConfigureCompiler.cmake b/rpcs3/cmake_modules/ConfigureCompiler.cmake index cc175a4f91..e8b54f203b 100644 --- a/rpcs3/cmake_modules/ConfigureCompiler.cmake +++ b/rpcs3/cmake_modules/ConfigureCompiler.cmake @@ -35,7 +35,7 @@ else() add_compile_options(-Wunused-parameter) add_compile_options(-Wignored-qualifiers) #add_compile_options(-Wdeprecated-copy) - #add_compile_options(-Wtautological-compare) + add_compile_options(-Wtautological-compare) #add_compile_options(-Wshadow) #add_compile_options(-Wconversion) #add_compile_options(-Wpadded)