mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2025-02-04 01:14:52 +00:00
Magnus Bergmark
0c8b0caaaa
Fix "void value not ignored as it ought to be" errors
The macros in rtw_debug.h expands an `if` without a body, so this
error is emitted several dozen times when compiling.
Work-around found here:
f96431f1e3
Related issue discussion:
https://github.com/donahue95/rtl8192eu-linux-driver/issues/2
Thanks to donahue95 <donahue95@comcast.net>! <3
(donahue95/rtl8192eu-linux-driver@f96431f1e3)
Description
Drivers for the rtl8192eu chipset for wireless adapters (D-Link DWA-131 rev E1 included!)
Languages
C
99.3%
Makefile
0.7%