[PATCH] D115589: [adt] Fix compiler warning in test
Luke Benes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 11 18:49:54 PST 2021
lbenes added a comment.
See commit d79bb30dbb08910816859ccaae1ca5d04fbd9501 <https://reviews.llvm.org/rGd79bb30dbb08910816859ccaae1ca5d04fbd9501>
This avoids a -pedantic warning:
warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
See also https://github.com/google/googletest/issues/2271
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115589/new/
https://reviews.llvm.org/D115589
More information about the llvm-commits
mailing list