Skip to content

Commit 2e938d5

Browse files
committed
Disable clang warning
1 parent 470feda commit 2e938d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
2626
"-Wall"
2727
"-Wextra"
2828
"-Wno-cast-align"
29+
"-Wno-unused-private-field"
2930
)
3031
endif()
3132

0 commit comments

Comments
 (0)