Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / tools / macos-setup-patches / libssh-werror.patch
blobc3d314a2ed0d2cd4c68d4486331d592d83a3b488
1 diff --git a/CompilerChecks.cmake b/CompilerChecks.cmake
2 index 9719e699..ec15fa2a 100644
3 --- a/CompilerChecks.cmake
4 +++ b/CompilerChecks.cmake
5 @@ -48,7 +48,7 @@ if (UNIX)
6 add_c_compiler_flag("-Werror=implicit-int" SUPPORTED_COMPILER_FLAGS)
7 add_c_compiler_flag("-Wint-conversion" SUPPORTED_COMPILER_FLAGS)
8 add_c_compiler_flag("-Werror=int-conversion" SUPPORTED_COMPILER_FLAGS)
9 - add_c_compiler_flag("-Werror=unused-variable" SUPPORTED_COMPILER_FLAGS)
10 + #add_c_compiler_flag("-Werror=unused-variable" SUPPORTED_COMPILER_FLAGS)
12 check_c_compiler_flag("-Wformat" REQUIRED_FLAGS_WFORMAT)
13 if (REQUIRED_FLAGS_WFORMAT)