Skip to content

Misc. bug: Clean up code, compile warnings, use linter or something #15254

@sgehrman

Description

@sgehrman

Name and Version

latest master

Operating systems

Linux

Which llama.cpp modules do you know to be affected?

No response

Command line

Problem description & steps to reproduce

trying compiling

/home/steve/Documents/GitHub/dfc/dashboard/linux/flutter/ephemeral/.plugin_symlinks/dfc_llama/src/llama.cpp/src/llama-quant.cpp:656:66: warning: absolute value function 'abs' given an argument of type 'const int64_t' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
/home/steve/Documents/GitHub/dfc/dashboard/linux/flutter/ephemeral/.plugin_symlinks/dfc_llama/src/llama.cpp/ggml/src/ggml-vulkan/ggml-vulkan.cpp:8339:9: warning: suggest braces around initialization of subobject [-Wmissing-braces]
/home/steve/Documents/GitHub/dfc/dashboard/linux/flutter/ephemeral/.plugin_symlinks/dfc_llama/src/llama.cpp/ggml/src/ggml-vulkan/ggml-vulkan.cpp:9605:16: warning: 'return' will never be executed [-Wunreachable-code-return]
/home/steve/Documents/GitHub/dfc/dashboard/linux/flutter/ephemeral/.plugin_symlinks/dfc_llama/src/llama.cpp/ggml/src/ggml-vulkan/ggml-vulkan.cpp:11187:34: warning: unused variable 'device' [-Wunused-variable]
/home/steve/Documents/GitHub/dfc/dashboard/linux/flutter/ephemeral/.plugin_symlinks/dfc_llama/src/llama.cpp/ggml/src/ggml-vulkan/ggml-vulkan.cpp:11123:15: warning: 'break' will never be executed [-Wunreachable-code-break]
/home/steve/Documents/GitHub/dfc/dashboard/linux/flutter/ephemeral/.plugin_symlinks/dfc_llama/src/llama.cpp/ggml/src/ggml-vulkan/ggml-vulkan.cpp:11071:15: warning: 'break' will never be executed [-Wunreachable-code-break]
/home/steve/Documents/GitHub/dfc/dashboard/linux/flutter/ephemeral/.plugin_symlinks/dfc_llama/src/llama.cpp/ggml/src/ggml-vulkan/ggml-vulkan.cpp:11054:15: warning: 'break' will never be executed [-Wunreachable-code-break]
/home/steve/Documents/GitHub/dfc/dashboard/linux/flutter/ephemeral/.plugin_symlinks/dfc_llama/src/llama.cpp/ggml/src/ggml-vulkan/ggml-vulkan.cpp:10964:15: warning: 'break' will never be executed [-Wunreachable-code-break]
/home/steve/Documents/GitHub/dfc/dashboard/linux/flutter/ephemeral/.plugin_symlinks/dfc_llama/src/llama.cpp/ggml/src/ggml-vulkan/ggml-vulkan.cpp:10900:13: warning: 'break' will never be executed [-Wunreachable-code-break]
/home/steve/Documents/GitHub/dfc/dashboard/linux/flutter/ephemeral/.plugin_symlinks/dfc_llama/src/llama.cpp/ggml/src/ggml-vulkan/ggml-vulkan.cpp:10884:13: warning: 'break' will never be executed [-Wunreachable-code-break]

First Bad Commit

No response

Relevant log output

/home/steve/Documents/GitHub/dfc/dashboard/linux/flutter/ephemeral/.plugin_symlinks/dfc_llama/src/llama.cpp/src/llama-quant.cpp:656:66: warning: absolute value function 'abs' given an argument of type 'const int64_t' (aka 'const long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
/home/steve/Documents/GitHub/dfc/dashboard/linux/flutter/ephemeral/.plugin_symlinks/dfc_llama/src/llama.cpp/ggml/src/ggml-vulkan/ggml-vulkan.cpp:8339:9: warning: suggest braces around initialization of subobject [-Wmissing-braces]
/home/steve/Documents/GitHub/dfc/dashboard/linux/flutter/ephemeral/.plugin_symlinks/dfc_llama/src/llama.cpp/ggml/src/ggml-vulkan/ggml-vulkan.cpp:9605:16: warning: 'return' will never be executed [-Wunreachable-code-return]
/home/steve/Documents/GitHub/dfc/dashboard/linux/flutter/ephemeral/.plugin_symlinks/dfc_llama/src/llama.cpp/ggml/src/ggml-vulkan/ggml-vulkan.cpp:11187:34: warning: unused variable 'device' [-Wunused-variable]
/home/steve/Documents/GitHub/dfc/dashboard/linux/flutter/ephemeral/.plugin_symlinks/dfc_llama/src/llama.cpp/ggml/src/ggml-vulkan/ggml-vulkan.cpp:11123:15: warning: 'break' will never be executed [-Wunreachable-code-break]
/home/steve/Documents/GitHub/dfc/dashboard/linux/flutter/ephemeral/.plugin_symlinks/dfc_llama/src/llama.cpp/ggml/src/ggml-vulkan/ggml-vulkan.cpp:11071:15: warning: 'break' will never be executed [-Wunreachable-code-break]
/home/steve/Documents/GitHub/dfc/dashboard/linux/flutter/ephemeral/.plugin_symlinks/dfc_llama/src/llama.cpp/ggml/src/ggml-vulkan/ggml-vulkan.cpp:11054:15: warning: 'break' will never be executed [-Wunreachable-code-break]
/home/steve/Documents/GitHub/dfc/dashboard/linux/flutter/ephemeral/.plugin_symlinks/dfc_llama/src/llama.cpp/ggml/src/ggml-vulkan/ggml-vulkan.cpp:10964:15: warning: 'break' will never be executed [-Wunreachable-code-break]
/home/steve/Documents/GitHub/dfc/dashboard/linux/flutter/ephemeral/.plugin_symlinks/dfc_llama/src/llama.cpp/ggml/src/ggml-vulkan/ggml-vulkan.cpp:10900:13: warning: 'break' will never be executed [-Wunreachable-code-break]
/home/steve/Documents/GitHub/dfc/dashboard/linux/flutter/ephemeral/.plugin_symlinks/dfc_llama/src/llama.cpp/ggml/src/ggml-vulkan/ggml-vulkan.cpp:10884:13: warning: 'break' will never be executed [-Wunreachable-code-break]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions