...
diff --git a/scripts/cmake/common.cmake b/scripts/cmake/common.cmake
index b2459e7..fabdea7 100644
--- a/scripts/cmake/common.cmake
+++ b/scripts/cmake/common.cmake
@@ -108,12 +108,12 @@
     add_compiler_flags(-Winvalid-pch)
     add_compiler_flags(-Wmissing-declarations)
     add_compiler_flags(-Woverloaded-virtual)
-    add_compiler_flags(-Wmultiple-inheritance)
-    add_compiler_flags(-Wcatch-value)
     add_compiler_flags(-Wunused-but-set-variable)
     add_compiler_flags(-Wunused-result)
     add_compiler_flags(-Wsuggest-override)
     
+    # add_compiler_flags(-Wmultiple-inheritance)
+    # add_compiler_flags(-Wcatch-value)
 	# add_compiler_flags(-Wsuggest-attribute=cold)
     # add_compiler_flags(-Wsuggest-attribute=const)
     # add_compiler_flags(-Wsuggest-attribute=format)