summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2025-11-19 15:15:07 +0100
committerSimon Rettberg2025-11-19 15:15:07 +0100
commit847ee951d4fdcfdbf0a179b8eccb95232f92c34c (patch)
tree450871dd9bc395071c2c19b56980ec3c76985e61
parentgithub: Update list of kernels to build (diff)
downloadxloop-master.tar.gz
xloop-master.tar.xz
xloop-master.zip
Lint: Ingnore unused macro argumentHEADmaster
-rw-r--r--src/kernel/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/CMakeLists.txt b/src/kernel/CMakeLists.txt
index ca964b2..ead2db5 100644
--- a/src/kernel/CMakeLists.txt
+++ b/src/kernel/CMakeLists.txt
@@ -35,6 +35,7 @@ set(CHECKPATCH_IGNORE_WARNINGS "LINUX_VERSION_CODE"
"SPLIT_STRING"
"STATIC_CONST_CHAR_ARRAY"
"UNSPECIFIED_INT"
+ "MACRO_ARG_UNUSED"
"ENOSYS")
file(GLOB XLOOP_MAIN_VERSION_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/xloop_main_*.h)