Explorar el Código

Variable attributed as [[maybe_unused]].

main
offa hace 5 años
padre
commit
ab4d428767
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      test/UniqueResourceTest.cpp

+ 1
- 1
test/UniqueResourceTest.cpp Ver fichero

@@ -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]")

Cargando…
Cancelar
Guardar