From a0e2fedc20da72930e68f4304d829594269b04f9 Mon Sep 17 00:00:00 2001 From: Idan Horowitz Date: Thu, 2 Dec 2021 00:48:09 +0200 Subject: Kernel: Stub out the SO_DEBUG SOL_SOCKET-level option --- Meta/CMake/all_the_debug_macros.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Meta/CMake') diff --git a/Meta/CMake/all_the_debug_macros.cmake b/Meta/CMake/all_the_debug_macros.cmake index 999d02e032..f26686ffec 100644 --- a/Meta/CMake/all_the_debug_macros.cmake +++ b/Meta/CMake/all_the_debug_macros.cmake @@ -231,3 +231,5 @@ set(WSSCREEN_DEBUG ON) # set(BOCHS_DEBUG_PORT) # False positive: IFF_DEBUG is an ioctl flag # set(IFF_DEBUG) +# False positive: SO_DEBUG is a socket option +# set(SO_DEBUG) -- cgit v1.2.3