You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another -Wtautological-undefined-compare warning when building for Android using clang and tess-two:
jni/com_googlecode_tesseract_android/src/textord/tabvector.cpp:526:7: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare]
if (this == NULL) {
^~~~ ~~~~