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.
1 parent 470feda commit 2e938d5Copy full SHA for 2e938d5
CMakeLists.txt
@@ -26,6 +26,7 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
26
"-Wall"
27
"-Wextra"
28
"-Wno-cast-align"
29
+ "-Wno-unused-private-field"
30
)
31
endif()
32
0 commit comments