Nat Brown - 2018-12-10

also when building from a strict project with "treat warnings as errors" project, in markerdetector.h aruco::MarkerDetector::_toStream needs to use uint32_t s=(uint32_t)strg.size(); instead of uint32_t s=strg.size();. that seems to be the only type conversion warning which blocks strict consumers of the API