further attempts to fix warnings

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel 2024-12-06 17:15:16 -05:00
parent e7ee341e28
commit 80e831da6f
2 changed files with 2 additions and 1 deletions

View File

@ -91,6 +91,7 @@ Checks:
- '-performance-implicit-conversion-in-loop'
- '-performance-move-const-arg'
- '-performance-noexcept-move-constructor'
- '-performance-no-automatic-move'
- '-performance-unnecessary-copy-initialization'
- '-performance-unnecessary-value-param'
- '-readability-avoid-const-params-in-decls'

View File

@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
wget -qO- 'https://apt.llvm.org/llvm-snapshot.gpg.key' | sudo tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc >/dev/null
sudo add-apt-repository -y 'deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-18 main'
sudo add-apt-repository -y 'deb http://apt.llvm.org/noble/ llvm-toolchain-noble-18 main'
packages=(
clang-18 clang-format-18 clang-tidy-18 cmake libgl-dev libopengl-dev libxkbcommon-dev libx11-6 libx11-xcb1
libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-render0