Skip to content

Add sparse to the static analysis tools used to check Libinsane code

Jerome Flesch requested to merge jflesch/libinsane:wip-sparse into master

Let's try a simple code review first :)

This one is just about adding the tool 'sparse' to 'make check' (and fix all the warnings is has raised).

--

Regarding Libinsane in general:

It's C code. The code style is the one of Linux (with a tolerance for line lengths up to 125 char.).

There is a documentation available for Libinsane. It's not entirely complete yet, but should contain enough information already so you can see where I'm heading. Right now, only TWAIN support is missing (that one will be a big code review :). If the documentation is not clear or if you have any questions, please don't hesitate to ask.

Merge request reports