Skip to content

Commit 346cfb8

Browse files
authored
Merge pull request #311 from elbeno/update-fixes
⬆️ Bump actions/setup-node from 6.1.0 to 6.2.0
2 parents 616651d + 4c4dd60 commit 346cfb8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/asciidoctor-ghpages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3737

3838
- name: Setup Node.js
39-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
39+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
4040
with:
4141
node-version: 22
4242

test/pp_map.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ TEST_CASE("pp_map zero arguments", "[pp_map]") {
1111
#ifdef __clang__
1212
STDX_PRAGMA(diagnostic push)
1313
STDX_PRAGMA(diagnostic ignored "-Wgnu-zero-variadic-macro-arguments")
14+
STDX_PRAGMA(diagnostic ignored "-Wc++20-extensions")
1415
#endif
1516
static_assert(count_args(STDX_MAP(int)) == 0);
1617
#ifdef __clang__

0 commit comments

Comments
 (0)