From 8abc6f3551437ef7797a947e048db1a276667fa7 Mon Sep 17 00:00:00 2001 From: Procyonae <45432782+Procyonae@users.noreply.github.com> Date: Tue, 2 Apr 2024 18:22:14 +0100 Subject: [PATCH] Appease our clang overlords --- tests/connect_rotate_test.cpp | 3 +-- tests/map_bash_test.cpp | 2 +- tests/map_helpers.cpp | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/connect_rotate_test.cpp b/tests/connect_rotate_test.cpp index 4159c315705e2..832556b5ff3a9 100644 --- a/tests/connect_rotate_test.cpp +++ b/tests/connect_rotate_test.cpp @@ -11,9 +11,8 @@ #include "sdltiles.h" static const ter_str_id ter_t_floor( "t_floor" ); -static const ter_str_id ter_t_wall( "t_wall" ); -static const ter_str_id ter_t_connection( "t_connection" ); static const ter_str_id ter_t_pavement( "t_pavement" ); +static const ter_str_id ter_t_wall( "t_wall" ); class cata_tiles_test_helper { diff --git a/tests/map_bash_test.cpp b/tests/map_bash_test.cpp index a55e64ded246e..da013eb8dcf48 100644 --- a/tests/map_bash_test.cpp +++ b/tests/map_bash_test.cpp @@ -9,8 +9,8 @@ static const furn_str_id furn_test_f_bash_persist( "test_f_bash_persist" ); static const furn_str_id furn_test_f_eoc( "test_f_eoc" ); -static const ter_str_id ter_test_t_bash_persist( "test_t_bash_persist" ); static const ter_str_id ter_t_floor( "t_floor" ); +static const ter_str_id ter_test_t_bash_persist( "test_t_bash_persist" ); static const ter_str_id ter_test_t_pit_shallow( "test_t_pit_shallow" ); void bash_test_loadout::apply( Character &guy ) const diff --git a/tests/map_helpers.cpp b/tests/map_helpers.cpp index 4c62a314fc86a..770409134cd43 100644 --- a/tests/map_helpers.cpp +++ b/tests/map_helpers.cpp @@ -28,7 +28,6 @@ #include "submap.h" #include "type_id.h" -static const ter_str_id ter_t_floor( "t_floor" ); static const ter_str_id ter_t_grass( "t_grass" ); static const ter_str_id ter_t_open_air( "t_open_air" ); static const ter_str_id ter_t_rock( "t_rock" );