mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Meta: Remove clang warnings with no violations
At some point we probably needed these, but no code complains about them with the current state of the codebase.
This commit is contained in:
parent
5cbc734081
commit
1a17425fb5
Notes:
sideshowbarker
2024-07-17 21:42:57 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/1a17425fb55 Pull-request: https://github.com/SerenityOS/serenity/pull/11587
1 changed files with 0 additions and 3 deletions
|
@ -198,11 +198,8 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang$")
|
|||
add_compile_options(-Wno-user-defined-literals)
|
||||
add_compile_options(-Wno-atomic-alignment)
|
||||
add_compile_options(-Wno-implicit-const-int-float-conversion)
|
||||
add_compile_options(-Wno-null-pointer-subtraction)
|
||||
add_compile_options(-Wno-unneeded-internal-declaration)
|
||||
add_compile_options(-Wno-unused-const-variable)
|
||||
add_compile_options(-Wno-unused-private-field)
|
||||
add_compile_options(-fno-aligned-allocation)
|
||||
add_compile_options(-fconstexpr-steps=16777216)
|
||||
|
||||
# Clang doesn't add compiler_rt to the search path when compiling with -nostdlib.
|
||||
|
|
Loading…
Reference in a new issue