tesseract/viewer
Stefan Weil 660b366401 Fix issues reported by Coverity Scan (#1409)
* Fix CID 1164532 'Constant' variable guards dead code

Signed-off-by: Stefan Weil <sw@weilnetz.de>

* Fix CID 1164594 Argument cannot be negative

Signed-off-by: Stefan Weil <sw@weilnetz.de>

* Fix CID 1164597 Argument cannot be negative

Signed-off-by: Stefan Weil <sw@weilnetz.de>

* Fix CID 1366447 Argument cannot be negative

Fix also the data type for current_pos, as ftell returns a long value.

Signed-off-by: Stefan Weil <sw@weilnetz.de>

* Fix CID 1270404 Arguments in wrong order

This does not change the code, but should help Coverity Scan to see
that the argument order is as intended.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-03-22 20:00:01 +01:00
..
Makefile.am Autotools build: Remove the option 'USING_MULTIPLELIBS' 2017-09-11 15:03:53 +03:00
scrollview.cpp viewer: Fix some compiler warnings (-Wstringop-truncation) (#1399) 2018-03-18 08:33:14 +01:00
scrollview.h Replace reserved identifiers used in #define guards header files 2016-12-04 15:43:03 +01:00
svmnode.cpp Fixed issue 1099 2014-04-24 00:06:36 +00:00
svmnode.h Replace reserved identifiers used in #define guards header files 2016-12-04 15:43:03 +01:00
svpaint.cpp Added missing license headers 2016-11-18 15:53:11 -08:00
svutil.cpp Fix issues reported by Coverity Scan (#1409) 2018-03-22 20:00:01 +01:00
svutil.h Remove obsolete code (#1365) 2018-03-08 21:12:23 +01:00