mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 00:40:33 -05:00
A signed one-bit wide bit-field can take only the values 0 and -1. Clang 16 introduced a warning that "implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1". Fix the warnings by using C99 bool. Reported by: Clang 16 Reviewed by: emaste, jhb MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D39705 |
||
|---|---|---|
| .. | ||
| if_wpi.c | ||
| if_wpi_debug.h | ||
| if_wpireg.h | ||
| if_wpivar.h | ||