From: John Tsiombikas Date: Sun, 8 May 2022 15:07:59 +0000 (+0300) Subject: cleared pragma warning from bsptree.c X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=commitdiff_plain;h=78dd58448f5c64f67da1f9db6a81665e91dd0e17 cleared pragma warning from bsptree.c --- 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