Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecated use of 0/NULL in velox/tpch/gen/dbgen/bm_utils.cpp + 1 #12612

Closed
wants to merge 1 commit into from

Conversation

r-barnes
Copy link
Contributor

Summary:
nullptr is typesafe. 0 and NULL are not. In the future, only nullptr will be allowed.

This diff helps us embrace the future now in service of enabling -Wzero-as-null-pointer-constant.

Reviewed By: dtolnay

Differential Revision: D70939272

Summary:
`nullptr` is typesafe. `0` and `NULL` are not. In the future, only `nullptr` will be allowed.

This diff helps us embrace the future _now_ in service of enabling `-Wzero-as-null-pointer-constant`.

Reviewed By: dtolnay

Differential Revision: D70939272
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 11, 2025
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70939272

Copy link

netlify bot commented Mar 11, 2025

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 00bc508
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/67d0a8bc39db450009be18c0

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 4b1740d.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants