mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00:00
Lagom+AK: Remove remains of clang -Wconsumed usage
We stopped using that warning ages ago since it confused the compiler.
This commit is contained in:
parent
a0bcfa30bf
commit
7ec8f83a7f
2 changed files with 1 additions and 8 deletions
|
@ -9,7 +9,7 @@ endif()
|
|||
|
||||
|
||||
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wconsumed -Wno-overloaded-virtual")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-overloaded-virtual")
|
||||
|
||||
if (ENABLE_ADDRESS_SANITIZER)
|
||||
add_definitions(-fsanitize=address -fno-omit-frame-pointer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue