ggml
ggml copied to clipboard
examples : fix c++ standard errors and pedantic warnings
Currently these examples (except whisper) don't compile on Windows with CMAKE_CXX_STANDARD 11.
Adding -Wpedantic should prevent such issues in future.