mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-02-02 04:29:53 +00:00
657 B
657 B
🐛 #58 - Fix compiler warnings
| Author | ikawrakow |
|---|---|
| State | ❌ Closed |
| Created | 2024-09-17 |
| Updated | 2024-09-17 |
Description
I got tired of the "ISO C++ forbids anonymous structures" warnings that are due to the way the quants scales are defined in ggml-common.h, so fixing it with this PR.
Once at it
- Also added
-Wno-c99-extensionswhen building on APPLE to avoid the gazillion warnings I'm getting due toarm_neon.h. - Fixed the warnings in
iqk_quantize.cppand addedGGML_ABORTwhen an implementation is missing.