Skip to content

Commit

Permalink
Meta: Remove clang warnings with no violations
Browse files Browse the repository at this point in the history
At some point we probably needed these, but no code complains about them
with the current state of the codebase.
  • Loading branch information
ADKaster authored and bgianfo committed Jan 4, 2022
1 parent 5cbc734 commit 1a17425
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1a17425

Please sign in to comment.