Przeglądaj źródła

Variable attributed as [[maybe_unused]].

main
offa 5 lat temu
rodzic
commit
ab4d428767
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      test/UniqueResourceTest.cpp

+ 1
- 1
test/UniqueResourceTest.cpp Wyświetl plik

@@ -40,7 +40,7 @@ namespace

TEST_CASE("default construction", "[UniqueResource]")
{
sr::unique_resource<int, MoveableMock> guard{};
[[maybe_unused]] sr::unique_resource<int, MoveableMock> guard{};
}

TEST_CASE("construction with move", "[UniqueResource]")

Ładowanie…
Anuluj
Zapisz