[pcre-dev] [Bug 2423] New: avoid compilation warnings in ma…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2423] New: avoid compilation warnings in maint/utf8.c with Apple LLVM version 10.0.1
https://bugs.exim.org/show_bug.cgi?id=2423

            Bug ID: 2423
           Summary: avoid compilation warnings in maint/utf8.c with Apple
                    LLVM version 10.0.1
           Product: PCRE
           Version: 10.33 (PCRE2)
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: wishlist
          Priority: medium
         Component: Code
          Assignee: ph10@???
          Reporter: carenas@???
                CC: pcre-dev@???


Created attachment 1204
--> https://bugs.exim.org/attachment.cgi?id=1204&action=edit
patch

strcmp is undefined unless #include string.h and using unsigned char for x
(which is not needed) trigger several implicit conversions for functions that
expect plain char instead.

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