new file mode 100644
@@ -0,0 +1,18 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 5cfef6b3..71b6ddb4 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -109,7 +109,9 @@ if(CMAKE_COMPILER_IS_GNUCC OR "${CMAKE_CXX_COMPILER_ID}" MATCHES "(Apple)?Clang"
+ add_cxx_flag_if_supported(-Wno-error=cpp) # Allow #warning directive
+ add_cxx_flag_if_supported(-Wno-unknown-pragmas) # Issue #785
+ add_cxx_flag_if_supported(-Wno-error=asm-operand-widths) # Issue #784
+-
++ add_cxx_flag_if_supported(-Wno-maybe-uninitialized)
++ add_cxx_flag_if_supported(-Wno-stringop-truncation)
++ add_cxx_flag_if_supported(-Wno-strict-aliasing)
+ # -msse -mfpmath=sse to force gcc to use sse for float math,
+ # avoiding excess precision problems that cause tests like int2float
+ # to falsely fail. -ffloat-store also works, but WG suggested
+--
+2.34.1
+