We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Wms-bitfield-padding
1 parent b49ad3b commit e46e16fCopy full SHA for e46e16f
1 file changed
cmake/compileroptions.cmake
@@ -122,6 +122,7 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
122
add_compile_options(-Wno-disabled-macro-expansion)
123
add_compile_options_safe(-Wno-bitwise-instead-of-logical)
124
add_compile_options(-Wno-sign-compare)
125
+ add_compile_options_safe(-Wno-ms-bitfield-padding) # TODO: fix this
126
127
# these cannot be fixed properly without adopting later C++ standards
128
add_compile_options_safe(-Wno-unsafe-buffer-usage)
0 commit comments