return SANE_STATUS_UNSUPPORTED;
}
+// cppcheck-suppress constParameterPointer
SANE_Status sane_kds_s2000w_net_get_select_fd(SANE_Handle handle, SANE_Int* fd)
{
kds_s2000w_debug_printf(ALL, "sane_kds_s2000w_net_get_select_fd");
"kds_s2000w_image_converter_tests"
"kds_s2000w_pixel_converter_tests")
+ADD_CUSTOM_TARGET("cppcheck"
+ ALL cppcheck --check-level=exhaustive
+ --enable=warning,style
+ --inline-suppr
+ --error-exitcode=1
+ ${CMAKE_SOURCE_DIR}/src
+ ${CMAKE_SOURCE_DIR}/tests
+ DEPENDS runningtests)
+
ADD_CUSTOM_TARGET("generate_gcov_coverage"
ALL gcov ${CMAKE_BINARY_DIR}/src/CMakeFiles/sane-kds_s2000w_net-static.dir/*.c.o
DEPENDS "runningtests")