We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6db41a + ad3e635 commit 5024cb3Copy full SHA for 5024cb3
flang/CMakeLists.txt
@@ -328,6 +328,7 @@ if (FLANG_ENABLE_WERROR)
328
if ( LLVM_COMPILER_IS_GCC_COMPATIBLE )
329
append("-Werror" CMAKE_C_FLAGS CMAKE_CXX_FLAGS)
330
append("-Wno-error" CMAKE_REQUIRED_FLAGS)
331
+ append("-Wno-maybe-uninitialized" CMAKE_CXX_FLAGS)
332
endif( LLVM_COMPILER_IS_GCC_COMPATIBLE )
333
if (NOT LLVM_ENABLE_WERROR)
334
message(WARNING "FLANG_ENABLE_WERROR setting is different from LLVM_ENABLE_WERROR.")
0 commit comments