irqbalance/ui
wanghaibin 7ffe84fdce irqbalance: Fix the compile warning.
This patch fix the compile warningis like as folow:

ui/irqbalance-ui.c:147:20: warning: ‘ptr’ may be used uninitialized
in this function [-Wmaybe-uninitialized]
   new_irq->class = strtol(strtok_r(NULL, " ", &ptr), NULL, 10);

Signed-off-by: wanghaibin <wanghaibin.wang@huawei.com>
2017-08-19 18:57:55 +08:00
..
helpers.c Fix for loop for C99 2017-08-03 18:12:15 +02:00
helpers.h Add helper functions for user interface 2017-01-03 08:48:42 -05:00
irqbalance-ui.c irqbalance: Fix the compile warning. 2017-08-19 18:57:55 +08:00
irqbalance-ui.h Add main user interface files 2017-01-03 08:48:42 -05:00
ui.c fix more travis ci issues with irqbalance-ui 2017-08-03 13:02:16 -04:00
ui.h Add user interface functionality 2017-01-03 08:48:42 -05:00