[pcre-dev] [Bug 2543] New: maint/utf8.c: compilation warning…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2543] New: maint/utf8.c: compilation warnings in debian oldstable (gcc 6.3.0)
https://bugs.exim.org/show_bug.cgi?id=2543

            Bug ID: 2543
           Summary: maint/utf8.c: compilation warnings in debian oldstable
                    (gcc 6.3.0)
           Product: PCRE
           Version: 10.34 (PCRE2)
          Hardware: All
                OS: All
            Status: NEW
          Severity: wishlist
          Priority: medium
         Component: Code
          Assignee: ph10@???
          Reporter: carenas@???
                CC: pcre-dev@???


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

no functional changes expected, includes a minor formatting change to match the
indentation used for completeness.

avoid signed/unsigned comparison mainly because of the use of sizeof() to
iterate over utf8_table1 and that are only visible with -Wextra
(-Wsign-compare) and an unused utf8_table4 (-Wunused-const-variable)

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