[all-commits] [llvm/llvm-project] 682e70: [libc++] Workaround unused variable warning in test

Louis Dionne via All-commits all-commits at lists.llvm.org
Wed Feb 26 16:30:57 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 682e7037552f12e1c0be508f7c1b9ee81f66c6a5
      https://github.com/llvm/llvm-project/commit/682e7037552f12e1c0be508f7c1b9ee81f66c6a5
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-02-26 (Wed, 26 Feb 2020)

  Changed paths:
    M libcxx/test/std/atomics/types.pass.cpp

  Log Message:
  -----------
  [libc++] Workaround unused variable warning in test

This only showed up in C++11/C++14 where the static_assert below was
ifdef'd out, and the variable was indeed unused.




More information about the All-commits mailing list