소스 검색

Variable attributed as [[maybe_unused]].

main
offa 5 년 전
부모
커밋
ab4d428767
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      test/UniqueResourceTest.cpp

+ 1
- 1
test/UniqueResourceTest.cpp 파일 보기

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

Loading…
취소
저장