brektrou / rtl8821CU

Realtek RTL8811CU/RTL8821CU USB Wi-Fi adapter driver for Linux
GNU General Public License v2.0
1.59k stars 461 forks source link

issue #94: perform logical complement correctly on booleans #95

Closed pprindeville closed 3 years ago

pprindeville commented 3 years ago

Get clean compile without warnings about ~ operator (arithmetic bitwise complement on integers) being used improperly on booleans.

Signed-off-by: Philip Prindeville philipp@redfish-solutions.com