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

add missing MAYBE_UNUSED #443

Merged
merged 1 commit into from
Jan 23, 2025
Merged

Conversation

divinity76
Copy link
Contributor

@divinity76 divinity76 commented Jan 22, 2025

caused

/Users/runner/work/php-src/php-src/ext/hash/blake3/upstream_blake3/c/blake3_dispatch.c:237:26: error: unused variable 'features' [-Werror,-Wunused-variable]
  const enum cpu_feature features = get_cpu_features();

on 32bit x86-32 linux builds.

caused
```
/Users/runner/work/php-src/php-src/ext/hash/blake3/upstream_blake3/c/blake3_dispatch.c:237:26: error: unused variable 'features' [-Werror,-Wunused-variable]
  const enum cpu_feature features = get_cpu_features();
```
divinity76 added a commit to divinity76/php-src that referenced this pull request Jan 22, 2025
caused
```
/Users/runner/work/php-src/php-src/ext/hash/blake3/upstream_blake3/c/blake3_dispatch.c:237:26: error: unused variable 'features' [-Werror,-Wunused-variable]
  const enum cpu_feature features = get_cpu_features();
```
on 32bit x86-32 linux builds.
@oconnor663 oconnor663 merged commit d2e8069 into BLAKE3-team:master Jan 23, 2025
51 checks passed
@oconnor663
Copy link
Member

Thanks! (And apologies for being slow to review other changes.)

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.

2 participants