From 78dd58448f5c64f67da1f9db6a81665e91dd0e17 Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Sun, 8 May 2022 18:07:59 +0300 Subject: [PATCH] cleared pragma warning from bsptree.c --- src/bsptree.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bsptree.c b/src/bsptree.c index f286ac7..7db5711 100644 --- a/src/bsptree.c +++ b/src/bsptree.c @@ -248,7 +248,9 @@ static int choose_poly(struct bsppoly *polyarr, int num_polys) struct cplane *plane = &polyarr[i].plane; int num_splits = 0; +#ifdef USE_OPENMP #pragma omp parallel for reduction(+:num_splits) +#endif for(j=0; j