https://bz.apache.org/bugzilla/show_bug.cgi?id=68294

            Bug ID: 68294
           Summary: compile failure on FreeBSD 15.0-CURRENT, clang 16
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

mod_auth_bearer.c:132:29: error: implicit truncation from 'int' to a one-bit
wide bit-field changes value from 1 to -1
[-Werror,-Wsingle-bit-bitfield-constant-conversion]
    conf->authoritative_set = 1;
                            ^ ~
mod_auth_bearer.c:145:25: error: implicit truncation from 'int' to a one-bit
wide bit-field changes value from 1 to -1
[-Werror,-Wsingle-bit-bitfield-constant-conversion]
        conf->proxy_set = 1;
                        ^ ~
mod_auth_bearer.c:157:25: error: implicit truncation from 'int' to a one-bit
wide bit-field changes value from 1 to -1
[-Werror,-Wsingle-bit-bitfield-constant-conversion]
        conf->proxy_set = 1;
                        ^ ~
3 errors generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to