Skip to content

Commit 5e34cab

Browse files
authored
[ESIMD][NFC] Fix the warning "named variadic macros are a GNU extension" (#6316)
Signed-off-by: Vyacheslav N Klochkov <[email protected]>
1 parent 75172b1 commit 5e34cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/sycl-post-link/sycl-post-link.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ using string_vector = std::vector<std::string>;
6262
namespace {
6363

6464
#ifdef NDEBUG
65-
#define DUMP_ENTRY_POINTS(args...)
65+
#define DUMP_ENTRY_POINTS(...)
6666
#else
6767
constexpr int DebugPostLink = 0;
6868

0 commit comments

Comments
 (0)