Kaydet (Commit) 83e5c3e9 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

left shift of 4276994303 by 32 places cannot be represented in type 'long'

Change-Id: Ie9ddc5a42116720e0602d7fb38360f01b71df69c
üst 46e03df0
......@@ -22,7 +22,8 @@ $(eval $(call gb_UnpackedTarball_add_patches,nss,\
$(if $(filter WNTGCC,$(OS)$(COM)),external/nss/nspr-4.9-build.patch.3 \
external/nss/nss-3.13.3-build.patch.3 \
external/nss/nss.mingw.patch.3) \
external/nss/nspr-build-config.patch \
external/nss/nspr-build-config.patch \
external/nss/ubsan.patch.0 \
))
# nss-pem is only needed for internal curl to read the NSS CA database
......
--- nss/lib/libpkix/pkix/util/pkix_tools.h
+++ nss/lib/libpkix/pkix/util/pkix_tools.h
@@ -1458,8 +1458,8 @@
extern PRLogModuleInfo *pkixLog;
-#define PKIX_MAGIC_HEADER LL_INIT(0xFEEDC0FF, 0xEEFACADE)
-#define PKIX_MAGIC_HEADER_DESTROYED LL_INIT(0xBAADF00D, 0xDEADBEEF)
+#define PKIX_MAGIC_HEADER LL_INIT(0xFEEDC0FFU, 0xEEFACADEU)
+#define PKIX_MAGIC_HEADER_DESTROYED LL_INIT(0xBAADF00DU, 0xDEADBEEFU)
/* see source file for function documentation */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment