Skip to content

Conversation

hannes
Copy link
Member

@hannes hannes commented Apr 2, 2024

Fixes a CRAN check cc @krlmlr

Copy link
Collaborator

@krlmlr krlmlr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

if ((fncall) != 0) abort(); \
} while (0)
if ((fncall) != 0) throw std::runtime_error("RE2 pthread failure"); \
} while (0);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want the trailing semicolon here?

Suggested change
} while (0);
} while (0)

@Mytherin Mytherin merged commit 2be8c43 into duckdb:main Apr 2, 2024
@Mytherin
Copy link
Collaborator

Mytherin commented Apr 2, 2024

Thanks!

github-actions bot pushed a commit to duckdb/duckdb-r that referenced this pull request Apr 5, 2024
@hannes hannes deleted the zapabortre2 branch April 15, 2024 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants