Changeset: 9b6ffdd7aa3a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9b6ffdd7aa3a Modified Files: geom/monetdb5/geom.h Branch: sfcgal Log Message:
Include opm.h to avoid warnings and only when OPENMP is defined diffs (14 lines): diff --git a/geom/monetdb5/geom.h b/geom/monetdb5/geom.h --- a/geom/monetdb5/geom.h +++ b/geom/monetdb5/geom.h @@ -42,6 +42,10 @@ #define OPENCL_THREADS 8 //#define OPENMP 1 +#ifdef OPENMP +#include <omp.h> +#endif + #define BATrmprops(b) \ b->tsorted = b->trevsorted = 0; \ b->tnosorted = b->tnorevsorted = 0; \ _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list