summaryrefslogtreecommitdiff
path: root/Meta/CMake
diff options
context:
space:
mode:
authorIdan Horowitz <idan.horowitz@gmail.com>2021-10-28 00:24:39 +0300
committerAndreas Kling <kling@serenityos.org>2021-10-28 11:24:36 +0200
commit2882a90decfa19784b096ff684fa7db2b978d4bf (patch)
treee2dd48012195705a77c3c8311948d77ceeac67c2 /Meta/CMake
parentadc9939a7b9afccb4dbbda7f53d569fe38bfb391 (diff)
downloadserenity-2882a90decfa19784b096ff684fa7db2b978d4bf.zip
Kernel: Add the IFF_* SIOCGIFFLAGS flag macros
Diffstat (limited to 'Meta/CMake')
-rw-r--r--Meta/CMake/all_the_debug_macros.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Meta/CMake/all_the_debug_macros.cmake b/Meta/CMake/all_the_debug_macros.cmake
index 0787970f2c..b368759a2c 100644
--- a/Meta/CMake/all_the_debug_macros.cmake
+++ b/Meta/CMake/all_the_debug_macros.cmake
@@ -227,3 +227,5 @@ set(WSSCREEN_DEBUG ON)
# set(CONSOLE_OUT_TO_BOCHS_DEBUG_PORT)
# False positive: BOCHS_DEBUG_PORT represents an IO port constant
# set(BOCHS_DEBUG_PORT)
+# False positive: IFF_DEBUG is an ioctl flag
+# set(IFF_DEBUG)