Skip to content

Commit e57c66a

Browse files
committed
Disable maybe-uninitialized errors
1 parent e5c5f13 commit e57c66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ target_include_directories(${LIB_TARGET_NAME}
5858
if(NOT MSVC)
5959
target_compile_options(boost_assert INTERFACE -Wno-error-parentheses -Wno-parentheses)
6060
target_compile_options(boost_filesystem PRIVATE -Wno-error-deprecated-declarations -Wno-deprecated-declarations)
61-
target_compile_options(${LIB_TARGET_NAME} PRIVATE -Wall -Werror)
61+
target_compile_options(${LIB_TARGET_NAME} PRIVATE -Wall -Werror -Wno-error-maybe-uninitialized)
6262
endif()
6363

6464
if (JINJA2CPP_BUILD_TESTS)

0 commit comments

Comments
 (0)