Open masmangan opened 6 years ago
/Users/marco/openalpr/src/openalpr/config.cpp:172:56: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] if (runtimeBaseDir.find("${CMAKE_INSTALL_PREFIX}") >= 0)
https://stackoverflow.com/questions/15864461/suppress-wtautological-compare-warning
/Users/marco/openalpr/src/openalpr/config.cpp:172:56: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] if (runtimeBaseDir.find("${CMAKE_INSTALL_PREFIX}") >= 0)