https://bugs.exim.org/show_bug.cgi?id=2169
Bug ID: 2169
Summary: x64 Compiler warnings introduced in 10.30
Product: PCRE
Version: 10.30 (PCRE2)
Hardware: x86-64
OS: Windows
Status: NEW
Severity: bug
Priority: medium
Component: Code
Assignee: ph10@???
Reporter: david.gausmann@???
CC: pcre-dev@???
Hello Philip,
in bug 1795 you said that I shall inform you the next time I get some compiler
warnings.
Here they are (10.30; I am compiling with pcre2-16 with x64; some errors also
appear on x86, because they depend on the 16-bit charset):
2> pcre2_compile.c
2>D:\Projekte\pcre2-10.30\src\pcre2_compile.c(2198): warning C4267: "=":
Konvertierung von "size_t" nach "uint32_t", Datenverlust möglich
2>D:\Projekte\pcre2-10.30\src\pcre2_compile.c(3809): warning C4244: "=":
Konvertierung von "__int64" in "uint32_t", möglicher Datenverlust
2> pcre2_match.c
2>D:\Projekte\pcre2-10.30\src\pcre2_match.c(732): warning C4244: "=":
Konvertierung von "const PCRE2_UCHAR16" in "uint8_t", möglicher Datenverlust
Kind Regards
David Gausmann
--
You are receiving this mail because:
You are on the CC list for the bug.