darsto / brother-scand

Network driver for Brother scanner devices. Daemon for press-to-scan functionality.
MIT License
7 stars 16 forks source link

Support MFC-J430W, fix many bugs, smarter page post-processing #6

Open rumpeltux opened 5 years ago

rumpeltux commented 5 years ago

1) Submodules not initialized (#5): $ make make: *** No rule to make target 'ber/ber.c', needed by 'all'. Stop.

2) connection.c: In function ‘brother_conn_poll’: connection.c:179:25: error: ISO C forbids empty initializer braces [-Werror=pedantic] struct pollfd pfd = {};

3) device_handler.c: In function ‘device_handler_add_device’: device_handler.c:180:9: error: ‘dev’ may be used uninitialized in this function [-Werror=maybe-uninitialized] free(dev); ^~~~~