The following warnings shows up while compiling the carrierroute module:

cr_fifo.c:50:21: warning: ‘opt_settings’ defined but not used [-Wunused-variable]
 static unsigned int opt_settings[5][3] = {
                     ^
cr_fifo.c:470:12: warning: ‘get_fifo_opts’ defined but not used [-Wunused-function]
 static int get_fifo_opts(str * buf, fifo_opt_t * opts, unsigned int opt_set[]) {
            ^
cr_fifo.c:621:12: warning: ‘update_route_data’ defined but not used [-Wunused-function]
 static int update_route_data(fifo_opt_t * opts) {
            ^


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.