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
I get a -Wtautological-undefined-compare warning when building for Android using clang and tess-two:
jni/com_googlecode_tesseract_android/src/ccstruct/split.cpp:223:7: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to true [-Wtautological-undefined-compare]
if (this != NULL) {
^~~~ ~~~~
The text was updated successfully, but these errors were encountered:
I get a
-Wtautological-undefined-compare
warning when building for Android using clang and tess-two:The text was updated successfully, but these errors were encountered: