[Rpm-maint] [rpm-software-management/rpm] Fix "#pragma omp priority" failure (#1454)
Michal Domonkos
notifications at github.com
Wed Dec 2 16:58:44 UTC 2020
@dmnks commented on this pull request.
> @@ -22,6 +22,10 @@
#include "debug.h"
+#if _OPENMP < 201511
+#define priority(x)
Hmm, now that I think about it - wouldn't this be too brittle a macro? What if we define/include a function `priority()` in the future? Wouldn't this replace it?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1454#pullrequestreview-543044491
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20201202/a964b86e/attachment.html>
More information about the Rpm-maint
mailing list