Skip to content

Commit e77db9d

Browse files
committed
Disable Wparentheses warning
This warning is triggered by boost_assert. See boostorg/mpl#31
1 parent 7fcfee3 commit e77db9d

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
@@ -56,7 +56,7 @@ target_include_directories(${LIB_TARGET_NAME}
5656
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include)
5757

5858
if(NOT MSVC)
59-
target_compile_options(${LIB_TARGET_NAME} PRIVATE -Wall -Werror)
59+
target_compile_options(${LIB_TARGET_NAME} PRIVATE -Wall -Werror -Wno-error-parentheses)
6060
endif()
6161

6262
if (JINJA2CPP_BUILD_TESTS)

0 commit comments

Comments
 (0)