Skip to content

blake3: disable useless warning on ARM#12888

Merged
rgrinberg merged 2 commits intoocaml:mainfrom
rgrinberg:blake3-warning-disable
Dec 8, 2025
Merged

blake3: disable useless warning on ARM#12888
rgrinberg merged 2 commits intoocaml:mainfrom
rgrinberg:blake3-warning-disable

Conversation

@rgrinberg
Copy link
Copy Markdown
Member

blake3_dispatch.c:115:5: warning: ‘get_cpu_features’ defined but not used [-Wunused-function]
  115 |     get_cpu_features(void) {
      |     ^~~~~~~~~~~~~~~~

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
Disables this warning:

blake3_dispatch.c:115:5: warning: ‘get_cpu_features’ defined but not used [-Wunused-function]
  115 |     get_cpu_features(void) {
      |     ^~~~~~~~~~~~~~~~

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
@rgrinberg rgrinberg merged commit fe141e0 into ocaml:main Dec 8, 2025
29 checks passed
davesnx pushed a commit to davesnx/dune that referenced this pull request Dec 8, 2025
* dev

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>

* refactor: disable Wunused-function

Disables this warning:

blake3_dispatch.c:115:5: warning: ‘get_cpu_features’ defined but not used [-Wunused-function]
  115 |     get_cpu_features(void) {
      |     ^~~~~~~~~~~~~~~~

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>

---------

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
Signed-off-by: David Sancho Moreno <dsnxmoreno@gmail.com>
davesnx added a commit to davesnx/dune that referenced this pull request Dec 8, 2025
…without-system

* 'main' of github.com:/ocaml/dune:
  Move trace events to dune_trace (ocaml#12867)
  Findlib DB: use id instead of physical equality (ocaml#12877)
  Make Only_packages.t abstract (ocaml#12882)
  ocaml-index: delay module iteration into action builder (ocaml#12886)
  blake3: disable useless warning on ARM (ocaml#12888)
  Add test for output when locking in multiple ways
  Always log solution into build log
  Write the chosen solution to the log
davesnx pushed a commit to davesnx/dune that referenced this pull request Dec 10, 2025
* dev

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>

* refactor: disable Wunused-function

Disables this warning:

blake3_dispatch.c:115:5: warning: ‘get_cpu_features’ defined but not used [-Wunused-function]
  115 |     get_cpu_features(void) {
      |     ^~~~~~~~~~~~~~~~

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>

---------

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
Signed-off-by: David Sancho Moreno <dsnxmoreno@gmail.com>
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