Skip to content

handle openmp deprecation - #7882

Open
TimTaylor wants to merge 1 commit into
Rdatatable:masterfrom
TimTaylor:master
Open

handle openmp deprecation#7882
TimTaylor wants to merge 1 commit into
Rdatatable:masterfrom
TimTaylor:master

Conversation

@TimTaylor

Copy link
Copy Markdown

Building locally I saw the the following warning:

fread.c:2479:15: warning: ‘master’ construct deprecated since OpenMP 5.1, use ‘masked’ [-Wdeprecated-openmp]

Link to relevant documentation:
https://www.openmp.org/spec-html/5.1/openmpse16.html

Note I'm unsure on the potential use of the filter clause so it is probably worth digging in to a little first.

Resolves the following warning:

fread.c:2479:15: warning: ‘master’ construct deprecated since OpenMP 5.1, use ‘masked’ [-Wdeprecated-openmp]
@TimTaylor
TimTaylor requested a review from aitap as a code owner August 14, 2026 16:49
@codecov

codecov Bot commented Aug 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.01%. Comparing base (813ed95) to head (9efd5de).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7882   +/-   ##
=======================================
  Coverage   99.01%   99.01%           
=======================================
  Files          88       88           
  Lines       17309    17309           
=======================================
  Hits        17139    17139           
  Misses        170      170           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant