瀏覽代碼

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…
取消
儲存