Skip to content

Commit

Permalink
unused-function wrning
Browse files Browse the repository at this point in the history
  • Loading branch information
morrownr committed Oct 19, 2020
1 parent 0ce812d commit 7c8db1a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Expand Up @@ -11,7 +11,7 @@ EXTRA_CFLAGS += -Wno-unused-variable
#EXTRA_CFLAGS += -Wno-unused-value
#EXTRA_CFLAGS += -Wno-unused-label
#EXTRA_CFLAGS += -Wno-unused-parameter
#EXTRA_CFLAGS += -Wno-unused-function
EXTRA_CFLAGS += -Wno-unused-function
#EXTRA_CFLAGS += -Wno-unused
#EXTRA_CFLAGS += -Wno-uninitialized

Expand Down Expand Up @@ -91,7 +91,7 @@ CONFIG_RTW_UP_MAPPING_RULE = tos
CONFIG_RTW_VHT_2G4 = y

########################## Debug ###########################
CONFIG_RTW_DEBUG = n
CONFIG_RTW_DEBUG = y
# default log level is _DRV_INFO_ = 4,
# please refer to "How_to_set_driver_debug_log_level.doc" to set the available level.
CONFIG_RTW_LOG_LEVEL = 4
Expand Down Expand Up @@ -470,7 +470,7 @@ endif
EXTRA_CFLAGS += -DCONFIG_RTL8821A

_HAL_INTFS_FILES += hal/rtl8812a/hal8821a_fw.o

endif

ifeq ($(CONFIG_BT_COEXIST), y)
Expand Down Expand Up @@ -927,7 +927,7 @@ _HAL_INTFS_FILES += \
hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_SUB_NAME)_led.o \
hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_SUB_NAME)_xmit.o \
hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_SUB_NAME)_recv.o

ifeq ($(CONFIG_PCI_HCI), y)
_HAL_INTFS_FILES += hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_ops_linux.o
else
Expand Down Expand Up @@ -2172,7 +2172,7 @@ ARCH := arm
CROSS_COMPILE := /home/android_sdk/Telechips/v13.05_r1-tcc-android-4.2.2_tcc893x-evm_build/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-
KSRC := /home/android_sdk/Telechips/v13.05_r1-tcc-android-4.2.2_tcc893x-evm_build/kernel
MODULE_NAME := wlan
endif
endif

ifeq ($(CONFIG_PLATFORM_RTL8197D), y)
EXTRA_CFLAGS += -DCONFIG_BIG_ENDIAN -DCONFIG_PLATFORM_RTL8197D
Expand Down Expand Up @@ -2338,7 +2338,7 @@ rtk_core := core/rtw_cmd.o \
core/rtw_rm.o \
core/rtw_rm_fsm.o \
core/rtw_rm_util.o \
core/efuse/rtw_efuse.o
core/efuse/rtw_efuse.o

ifeq ($(CONFIG_SDIO_HCI), y)
rtk_core += core/rtw_sdio.o
Expand Down

0 comments on commit 7c8db1a

Please sign in to comment.