File Makefile.patch of Package rtl8192eu
--- a/Makefile 2025-04-09 13:38:54.557265714 +0200 +++ b/Makefile 2025-04-09 13:52:47.799799851 +0200 @@ -12,8 +12,9 @@ #ccflags-y += -Wno-unused-value #ccflags-y += -Wno-unused-label #ccflags-y += -Wno-unused-parameter -#ccflags-y += -Wno-unused-function -#ccflags-y += -Wno-unused +ccflags-y += -Wno-unused-function +ccflags-y += -Wno-unused +ccflags-y += -Wno-implicit-fallthrough #ccflags-y += -Wno-uninitialized GCC_VER_49 := $(shell echo `$(CC) -dumpversion | cut -f1-2 -d.` \>= 4.9 | `which bc` )