aboutsummaryrefslogtreecommitdiff
path: root/ports/protobuf/fix-uwp.patch
blob: 7a993c5c063ffeaf4be2e142fafb3d1bc94e36e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index f87b0928e..5102a10e3 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -190,6 +190,7 @@ if (MSVC)
     /wd4506 # no definition for inline function 'function'
     /wd4800 # 'type' : forcing value to bool 'true' or 'false' (performance warning)
     /wd4996 # The compiler encountered a deprecated declaration.
+    /wd4703 # Potentially uninitialized local pointer variable 'name' used.
   )
   # Allow big object
   add_definitions(/bigobj)