Ubuntu Pastebin

Paste from tux at Sun, 6 Dec 2015 16:54:55 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
tux@Tux:~/rtbth-3.9.4.1$ make
make -C /lib/modules/4.2.0-19-generic/build M=/home/tux/rtbth-3.9.4.1 modules
make[1]: ingresso nella directory "/usr/src/linux-headers-4.2.0-19-generic"
  CC [M]  /home/tux/rtbth-3.9.4.1/rtbth_core_main.o
  CC [M]  /home/tux/rtbth-3.9.4.1/rtbth_core_init.o
/home/tux/rtbth-3.9.4.1/rtbth_core_init.c: In function ‘Rtbth_Set_Radio_Led’:
/home/tux/rtbth-3.9.4.1/rtbth_core_init.c:1185:3: warning: typedef ‘flag_t’ locally defined but not used [-Wunused-local-typedefs]
 } flag_t;
   ^
  CC [M]  /home/tux/rtbth-3.9.4.1/rtbth_core_pci.o
/home/tux/rtbth-3.9.4.1/rtbth_core_pci.c: In function ‘rtbt_pci_probe’:
/home/tux/rtbth-3.9.4.1/rtbth_core_pci.c:198:1: warning: label ‘err_hps_iface’ defined but not used [-Wunused-label]
 err_hps_iface:
 ^
  CC [M]  /home/tux/rtbth-3.9.4.1/rtbth_core_bluez.o
/home/tux/rtbth-3.9.4.1/rtbth_core_bluez.c:83:20: warning: ‘pkt_type_str’ defined but not used [-Wunused-variable]
 static const char *pkt_type_str[]=
                    ^
/home/tux/rtbth-3.9.4.1/rtbth_core_bluez.c: In function ‘rtbt_hci_dev_send’:
/home/tux/rtbth-3.9.4.1/rtbth_core_bluez.c:92:6: warning: ‘status’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  int status;
      ^
  CC [M]  /home/tux/rtbth-3.9.4.1/rtbth_core_us.o
  CC [M]  /home/tux/rtbth-3.9.4.1/rtbth_hlpr_hw.o
  CC [M]  /home/tux/rtbth-3.9.4.1/rtbth_hlpr_dbg.o
  CC [M]  /home/tux/rtbth-3.9.4.1/rtbth_hlpr_linux.o
/home/tux/rtbth-3.9.4.1/rtbth_hlpr_linux.c: In function ‘RtlCopyMemory’:
/home/tux/rtbth-3.9.4.1/rtbth_hlpr_linux.c:95:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  return (int)memcpy(Destination, Source, Length);//sean wang linux, fix the bui
         ^
/home/tux/rtbth-3.9.4.1/rtbth_hlpr_linux.c: In function ‘ral_task_notify_exit’:
/home/tux/rtbth-3.9.4.1/rtbth_hlpr_linux.c:557:16: warning: unused variable ‘pOSThread’ [-Wunused-variable]
  RTBT_OS_TASK *pOSThread = (RTBT_OS_TASK *)pTask->pOSThread;
                ^
/home/tux/rtbth-3.9.4.1/rtbth_hlpr_linux.c: In function ‘ral_task_customize’:
/home/tux/rtbth-3.9.4.1/rtbth_hlpr_linux.c:570:16: warning: unused variable ‘pOSTask’ [-Wunused-variable]
  RTBT_OS_TASK *pOSTask = (RTBT_OS_TASK *)pTask->pOSThread;
                ^
  LD [M]  /home/tux/rtbth-3.9.4.1/rtbth.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /home/tux/rtbth-3.9.4.1/rtbth.mod.o
  LD [M]  /home/tux/rtbth-3.9.4.1/rtbth.ko
make[1]: uscita dalla directory "/usr/src/linux-headers-4.2.0-19-generic"
tux@Tux:~/rtbth-3.9.4.1$ 
Download as text