Merge branch 'fix_gcc7' into 'master'
Fix int-in-bool-context with gcc-7.2 With GCC-7.2.0, I am getting the following error: <code> scheduler.c:1606:14: error: ‘<<’ in boolean context, did you mean ‘<’ ? [-Werror=int-in-bool-context] if (!((1 << t->type)) || t->skip) continue; ~~~~^~~~~~~~~~~~ </code> See merge request !444
Please register or sign in to comment