Compile Error on Kali Linux 4.19.0-kali4-amd64 #1 SMP Debian 4.19.28-2kali1 (2019-03-18)

Issue #14 new
Gabriel Dungan created an issue

A whole bunch of warnings, and an error regarding an assignment to struct _RTMP_ADAPTER. The device is a 0e8d:7610 MediaTek Inc. (WI1 chip1: MT7610U)

/home/gjdunga/Downloads/sanrath-mediatek_mt7610u_sta_driver_linux-64bit-95fd2aa84ad7/os/linux/../../chips/rtmp_chip.c:910:30: error: assignment to ‘VOID ()(struct _RTMP_ADAPTER , UCHAR, enum SWITCH_CHANNEL_STAGE)’ {aka ‘void ()(struct _RTMP_ADAPTER , unsigned char, enum SWITCH_CHANNEL_STAGE)’} from incompatible pointer type ‘VOID ()(struct _RTMP_ADAPTER , UCHAR, BOOLEAN)’ {aka ‘void ()(struct _RTMP_ADAPTER , unsigned char, unsigned char)’} [-Werror=incompatible-pointer-types] pChipOps->ChipSwitchChannel = Default_ChipSwitchChannel;

Comments (0)

  1. Log in to comment