Mailing List Archive

[Bug 68294] New: compile failure on FreeBSD 15.0-CURRENT, clang 16
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: bugs@httpd.apache.org
Reporter: me@igalic.co
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org