hopefully fixed compile warnings and the doc builder warnings

This commit is contained in:
Vadim Pisarevsky
2014-02-03 16:36:36 +04:00
parent 30593ee55e
commit de4b1c668d
3 changed files with 7 additions and 8 deletions

View File

@@ -546,7 +546,7 @@ void runLBPClassifierStump(
mask |= (CALC_SUM_OFS_( ofs.s9, ofs.sa, ofs.sd, ofs.se, p ) >= cval ? 4 : 0); // 7
mask |= (CALC_SUM_OFS_( ofs.s8, ofs.s9, ofs.sc, ofs.sd, p ) >= cval ? 2 : 0); // 6
mask |= (CALC_SUM_OFS_( ofs.s4, ofs.s5, ofs.s8, ofs.s9, p ) >= cval ? 1 : 0); // 7
s += (bitset[idx] & (1 << mask)) ? st.z : st.w;
}