11591 usbser: cast between incompatible function types

Review Request #2244 — Created Aug. 21, 2019 and submitted

tsoome
illumos-gate
11591
8fb0b18...
general
In file included from ../../common/io/usb/clients/usbser/usbser.c:57:
../../common/sys/usb/clients/usbser/usbser_rseq.h:145:27: error: cast between incompatible function types from 'int (*)(usbser_state_t *)' {aka 'int (*)(struct usbser_state *)'} to 'uintptr_t (*)(uintptr_t)' {aka 'long unsigned int (*)(long unsigned int)'} [-Werror=cast-function-type]
 #define RSEQT(func, cb) { (rseq_func_t)(func), #func, (rseq_cb_t)(cb), 0 }
                           ^
../../common/sys/usb/clients/usbser/usbser_rseq.h:146:51: note: in expansion of macro 'RSEQT'
 #define RSEQE(f1, cb1, f2, cb2) { RSEQT(f1, cb1), RSEQT(f2, cb2) }
                                                   ^~~~~
../../common/io/usb/clients/usbser/usbser.c:223:22: note: in expansion of macro 'RSEQE'
 #define RSEQ(f1, f2) RSEQE(f1, usbser_rseq_do_cb, f2, NULL)
                      ^~~~~
../../common/io/usb/clients/usbser/usbser.c:320:2: note: in expansion of macro 'RSEQ'
  RSEQ(NULL,   usbser_free_soft_state),
  ^~~~
../../common/sys/usb/clients/usbser/usbser_rseq.h:145:27: error: cast between incompatible function types from 'int (*)(usbser_state_t *)' {aka 'int (*)(struct usbser_state *)'} to 'uintptr_t (*)(uintptr_t)' {aka 'long unsigned int (*)(long unsigned int)'} [-Werror=cast-function-type]
 #define RSEQT(func, cb) { (rseq_func_t)(func), #func, (rseq_cb_t)(cb), 0 }
                           ^
../../common/sys/usb/clients/usbser/usbser_rseq.h:146:35: note: in expansion of macro 'RSEQT'
 #define RSEQE(f1, cb1, f2, cb2) { RSEQT(f1, cb1), RSEQT(f2, cb2) }
                                   ^~~~~
../../common/io/usb/clients/usbser/usbser.c:223:22: note: in expansion of macro 'RSEQE'
 #define RSEQ(f1, f2) RSEQE(f1, usbser_rseq_do_cb, f2, NULL)
                      ^~~~~
../../common/io/usb/clients/usbser/usbser.c:321:2: note: in expansion of macro 'RSEQ'
  RSEQ(usbser_init_soft_state, usbser_fini_soft_state),
  ^~~~
../../common/sys/usb/clients/usbser/usbser_rseq.h:145:27: error: cast between incompatible function types from 'int (*)(usbser_state_t *)' {aka 'int (*)(struct usbser_state *)'} to 'uintptr_t (*)(uintptr_t)' {aka 'long unsigned int (*)(long unsigned int)'} [-Werror=cast-function-type]
 #define RSEQT(func, cb) { (rseq_func_t)(func), #func, (rseq_cb_t)(cb), 0 }
                           ^
../../common/sys/usb/clients/usbser/usbser_rseq.h:146:51: note: in expansion of macro 'RSEQT'
 #define RSEQE(f1, cb1, f2, cb2) { RSEQT(f1, cb1), RSEQT(f2, cb2) }
                                                   ^~~~~
../../common/io/usb/clients/usbser/usbser.c:223:22: note: in expansion of macro 'RSEQE'
 #define RSEQ(f1, f2) RSEQE(f1, usbser_rseq_do_cb, f2, NULL)
                      ^~~~~
../../common/io/usb/clients/usbser/usbser.c:321:2: note: in expansion of macro 'RSEQ'
  RSEQ(usbser_init_soft_state, usbser_fini_soft_state),
  ^~~~
../../common/sys/usb/clients/usbser/usbser_rseq.h:145:27: error: cast between incompatible function types from 'int (*)(usbser_state_t *)' {aka 'int (*)(struct usbser_state *)'} to 'uintptr_t (*)(uintptr_t)' {aka 'long unsigned int (*)(long unsigned int)'} [-Werror=cast-function-type]
 #define RSEQT(func, cb) { (rseq_func_t)(func), #func, (rseq_cb_t)(cb), 0 }
                           ^
../../common/sys/usb/clients/usbser/usbser_rseq.h:146:35: note: in expansion of macro 'RSEQT'
 #define RSEQE(f1, cb1, f2, cb2) { RSEQT(f1, cb1), RSEQT(f2, cb2) }
                                   ^~~~~
../../common/io/usb/clients/usbser/usbser.c:223:22: note: in expansion of macro 'RSEQE'
 #define RSEQ(f1, f2) RSEQE(f1, usbser_rseq_do_cb, f2, NULL)
                      ^~~~~
../../common/io/usb/clients/usbser/usbser.c:322:2: note: in expansion of macro 'RSEQ'
  RSEQ(usbser_attach_dev,  usbser_detach_dev),
  ^~~~
../../common/sys/usb/clients/usbser/usbser_rseq.h:145:27: error: cast between incompatible function types from 'void (*)(usbser_state_t *)' {aka 'void (*)(struct usbser_state *)'} to 'uintptr_t (*)(uintptr_t)' {aka 'long unsigned int (*)(long unsigned int)'} [-Werror=cast-function-type]
 #define RSEQT(func, cb) { (rseq_func_t)(func), #func, (rseq_cb_t)(cb), 0 }
                           ^
../../common/sys/usb/clients/usbser/usbser_rseq.h:146:51: note: in expansion of macro 'RSEQT'
 #define RSEQE(f1, cb1, f2, cb2) { RSEQT(f1, cb1), RSEQT(f2, cb2) }
                                                   ^~~~~
../../common/io/usb/clients/usbser/usbser.c:223:22: note: in expansion of macro 'RSEQE'
 #define RSEQ(f1, f2) RSEQE(f1, usbser_rseq_do_cb, f2, NULL)
                      ^~~~~
../../common/io/usb/clients/usbser/usbser.c:322:2: note: in expansion of macro 'RSEQ'
  RSEQ(usbser_attach_dev,  usbser_detach_dev),
  ^~~~
../../common/sys/usb/clients/usbser/usbser_rseq.h:145:27: error: cast between incompatible function types from 'int (*)(usbser_state_t *)' {aka 'int (*)(struct usbser_state *)'} to 'uintptr_t (*)(uintptr_t)' {aka 'long unsigned int (*)(long unsigned int)'} [-Werror=cast-function-type]
 #define RSEQT(func, cb) { (rseq_func_t)(func), #func, (rseq_cb_t)(cb), 0 }
                           ^
../../common/sys/usb/clients/usbser/usbser_rseq.h:146:35: note: in expansion of macro 'RSEQT'
 #define RSEQE(f1, cb1, f2, cb2) { RSEQT(f1, cb1), RSEQT(f2, cb2) }
                                   ^~~~~
../../common/io/usb/clients/usbser/usbser.c:223:22: note: in expansion of macro 'RSEQE'
 #define RSEQ(f1, f2) RSEQE(f1, usbser_rseq_do_cb, f2, NULL)
                      ^~~~~
../../common/io/usb/clients/usbser/usbser.c:323:2: note: in expansion of macro 'RSEQ'
  RSEQ(usbser_attach_ports, usbser_detach_ports),
  ^~~~
../../common/sys/usb/clients/usbser/usbser_rseq.h:145:27: error: cast between incompatible function types from 'void (*)(usbser_state_t *)' {aka 'void (*)(struct usbser_state *)'} to 'uintptr_t (*)(uintptr_t)' {aka 'long unsigned int (*)(long unsigned int)'} [-Werror=cast-function-type]
 #define RSEQT(func, cb) { (rseq_func_t)(func), #func, (rseq_cb_t)(cb), 0 }
                           ^
../../common/sys/usb/clients/usbser/usbser_rseq.h:146:51: note: in expansion of macro 'RSEQT'
 #define RSEQE(f1, cb1, f2, cb2) { RSEQT(f1, cb1), RSEQT(f2, cb2) }
                                                   ^~~~~
../../common/io/usb/clients/usbser/usbser.c:223:22: note: in expansion of macro 'RSEQE'
 #define RSEQ(f1, f2) RSEQE(f1, usbser_rseq_do_cb, f2, NULL)
                      ^~~~~
../../common/io/usb/clients/usbser/usbser.c:323:2: note: in expansion of macro 'RSEQ'
  RSEQ(usbser_attach_ports, usbser_detach_ports),
  ^~~~
../../common/sys/usb/clients/usbser/usbser_rseq.h:145:27: error: cast between incompatible function types from 'int (*)(usbser_state_t *)' {aka 'int (*)(struct usbser_state *)'} to 'uintptr_t (*)(uintptr_t)' {aka 'long unsigned int (*)(long unsigned int)'} [-Werror=cast-function-type]
 #define RSEQT(func, cb) { (rseq_func_t)(func), #func, (rseq_cb_t)(cb), 0 }
                           ^
../../common/sys/usb/clients/usbser/usbser_rseq.h:146:35: note: in expansion of macro 'RSEQT'
 #define RSEQE(f1, cb1, f2, cb2) { RSEQT(f1, cb1), RSEQT(f2, cb2) }
                                   ^~~~~
../../common/io/usb/clients/usbser/usbser.c:223:22: note: in expansion of macro 'RSEQE'
 #define RSEQ(f1, f2) RSEQE(f1, usbser_rseq_do_cb, f2, NULL)
                      ^~~~~
../../common/io/usb/clients/usbser/usbser.c:324:2: note: in expansion of macro 'RSEQ'
  RSEQ(usbser_create_taskq, usbser_destroy_taskq),
  ^~~~
../../common/sys/usb/clients/usbser/usbser_rseq.h:145:27: error: cast between incompatible function types from 'void (*)(usbser_state_t *)' {aka 'void (*)(struct usbser_state *)'} to 'uintptr_t (*)(uintptr_t)' {aka 'long unsigned int (*)(long unsigned int)'} [-Werror=cast-function-type]
 #define RSEQT(func, cb) { (rseq_func_t)(func), #func, (rseq_cb_t)(cb), 0 }
                           ^
../../common/sys/usb/clients/usbser/usbser_rseq.h:146:51: note: in expansion of macro 'RSEQT'
 #define RSEQE(f1, cb1, f2, cb2) { RSEQT(f1, cb1), RSEQT(f2, cb2) }
                                                   ^~~~~
../../common/io/usb/clients/usbser/usbser.c:223:22: note: in expansion of macro 'RSEQE'
 #define RSEQ(f1, f2) RSEQE(f1, usbser_rseq_do_cb, f2, NULL)
                      ^~~~~
../../common/io/usb/clients/usbser/usbser.c:324:2: note: in expansion of macro 'RSEQ'
  RSEQ(usbser_create_taskq, usbser_destroy_taskq),
  ^~~~
../../common/sys/usb/clients/usbser/usbser_rseq.h:145:27: error: cast between incompatible function types from 'void (*)(usbser_state_t *)' {aka 'void (*)(struct usbser_state *)'} to 'uintptr_t (*)(uintptr_t)' {aka 'long unsigned int (*)(long unsigned int)'} [-Werror=cast-function-type]
 #define RSEQT(func, cb) { (rseq_func_t)(func), #func, (rseq_cb_t)(cb), 0 }
                           ^
../../common/sys/usb/clients/usbser/usbser_rseq.h:146:51: note: in expansion of macro 'RSEQT'
 #define RSEQE(f1, cb1, f2, cb2) { RSEQT(f1, cb1), RSEQT(f2, cb2) }
                                                   ^~~~~
../../common/io/usb/clients/usbser/usbser.c:223:22: note: in expansion of macro 'RSEQE'
 #define RSEQ(f1, f2) RSEQE(f1, usbser_rseq_do_cb, f2, NULL)
                      ^~~~~
../../common/io/usb/clients/usbser/usbser.c:325:2: note: in expansion of macro 'RSEQ'
  RSEQ(NULL,   usbser_set_dev_state_init)
  ^~~~
cc1: all warnings being treated as errors


yuri.pankov
  1. Ship It!
  2. 
      
alarcher
  1. Ship It!
  2. 
      
tsoome
tsoome
Review request changed

Status: Closed (submitted)

Loading...