fix-uwp.patch 519 B

123456789101112
  1. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
  2. index 849679995..dba537a68 100644
  3. --- a/cmake/CMakeLists.txt
  4. +++ b/cmake/CMakeLists.txt
  5. @@ -198,6 +198,7 @@ if (MSVC)
  6. /wd4506 # no definition for inline function 'function'
  7. /wd4800 # 'type' : forcing value to bool 'true' or 'false' (performance warning)
  8. /wd4996 # The compiler encountered a deprecated declaration.
  9. + /wd4703 # Potentially uninitialized local pointer variable 'name' used.
  10. )
  11. # Allow big object
  12. add_definitions(/bigobj)