[pcre-dev] [Bug 2345] pcre2_dfa_match.c(429): warning C4267:…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2345] pcre2_dfa_match.c(429): warning C4267: "=": conversion from "size_t" to "uint32_t", possible loss of data
https://bugs.exim.org/show_bug.cgi?id=2345

Philip Hazel <ph10@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED


--- Comment #1 from Philip Hazel <ph10@???> ---
Thanks for the report. Looking at the code immediately above, which restricts
the size of the variables, it is clear that this is in fact OK code. I have
inserted a cast that should suppress the warning.

--
You are receiving this mail because:
You are on the CC list for the bug.