Kill pointless warning

This commit is contained in:
William Kent
2024-03-09 13:41:00 -05:00
parent fd9d0bb85d
commit fd820f74a2

View File

@@ -4,6 +4,10 @@
# every C file. Don't do this.
add_compile_options(-Wno-overriding-t-option)
# This warning is emitted by Clang for no good reason, given that it doesn't
# impact compilation in any way, and produces a lot of log spam.
add_compile_options(-Wno-undef-prefix)
add_definitions(-DTARGET_OS_MACOSX=1)
add_subdirectory(Kernel)