Skip to content

fix: add missing prototype for turbo_cpu_fwht_inverse to resolve -Wmissing-prototypes CI error#12

Open
sujitvasanth wants to merge 1 commit into
AtomicBot-ai:feature/turboquant-kv-cachefrom
sujitvasanth:fix/turbo-fwht-prototype
Open

fix: add missing prototype for turbo_cpu_fwht_inverse to resolve -Wmissing-prototypes CI error#12
sujitvasanth wants to merge 1 commit into
AtomicBot-ai:feature/turboquant-kv-cachefrom
sujitvasanth:fix/turbo-fwht-prototype

Conversation

@sujitvasanth
Copy link
Copy Markdown

Overview

turbo_cpu_fwht_inverse was added in 0759506 without a forward declaration, triggering -Wmissing-prototypes which is treated as -Werror in the expanded CI suite, causing all builds to fail.
Fix: add forward declaration before the function definition in ggml-turbo-quant.c.

Additional information

Referenced in #8

Requirements

  • I have read and agree with the contributing guidelines
  • AI usage disclosure: Yes, cowrote with Claude, reran build locally and now compiling without warnings on ubuntu 20.04

@github-actions github-actions Bot added the ggml label May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant