Today I upgraded my Linux kernel to from 3.19.8 to 4.0.5 in Fedora 21. When I tried to recompile DAHDI 2.10.1, I got an error in …/linux/drivers/dahdi/dahdi-base.c at 6 different lines, all calling the same macro dahdi_dev_dbg defined in …/linux/include/dahdi/kernel.h. The error I get for all of them was “error: void value not ignored as it ought to be”. Is there any workaround for this?
- Dennis