Unsuppress -Wmaybe-uninitialized

I don't see the warning anymore locally
This commit is contained in:
2024-03-29 18:57:43 -07:00
parent 70220d95e7
commit 377259ffa0

View File

@@ -33,8 +33,7 @@ option(USE_SIMD_FALLBACK
include_directories(SYSTEM ${CMAKE_SOURCE_DIR}/third_party/valgrind) include_directories(SYSTEM ${CMAKE_SOURCE_DIR}/third_party/valgrind)
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU") if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
add_compile_options(-Wno-maybe-uninitialized add_compile_options($<$<COMPILE_LANGUAGE:CXX>:-Wno-invalid-offsetof>)
$<$<COMPILE_LANGUAGE:CXX>:-Wno-invalid-offsetof>)
endif() endif()
if(APPLE) if(APPLE)