mirror of
https://github.com/PureDarwin/PureDarwin.git
synced 2026-01-25 04:06:25 +00:00
Kill pointless warning
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user