Skip to content

Commit 80e831d

Browse files
committed
further attempts to fix warnings
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
1 parent e7ee341 commit 80e831d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Checks:
9191
- '-performance-implicit-conversion-in-loop'
9292
- '-performance-move-const-arg'
9393
- '-performance-noexcept-move-constructor'
94+
- '-performance-no-automatic-move'
9495
- '-performance-unnecessary-copy-initialization'
9596
- '-performance-unnecessary-value-param'
9697
- '-readability-avoid-const-params-in-decls'

.github/workflows/cpp-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
wget -qO- 'https://apt.llvm.org/llvm-snapshot.gpg.key' | sudo tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc >/dev/null
21-
sudo add-apt-repository -y 'deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-18 main'
21+
sudo add-apt-repository -y 'deb http://apt.llvm.org/noble/ llvm-toolchain-noble-18 main'
2222
packages=(
2323
clang-18 clang-format-18 clang-tidy-18 cmake libgl-dev libopengl-dev libxkbcommon-dev libx11-6 libx11-xcb1
2424
libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-render0

0 commit comments

Comments
 (0)