Skip to content

Commit

Permalink
fix some build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed Oct 21, 2024
1 parent 4d8d194 commit 037d194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/exec/system_context.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ namespace exec {
__bulk_state_base(_Fn&& __fun, _Rcvr&& __rcvr)
: __fun_{std::move(__fun)}
, __rcvr_{std::move(__rcvr)} {
static_assert(offsetof(__bulk_state_base, __forward_args_helper_) == 0);
}
};

Expand Down
2 changes: 2 additions & 0 deletions test/stdexec/queries/test_forwarding_queries.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#include <catch2/catch.hpp>
#include <stdexec/execution.hpp>

STDEXEC_PRAGMA_IGNORE_GNU("-Wdeprecated-declarations")

namespace ex = stdexec;

namespace {
Expand Down

0 comments on commit 037d194

Please sign in to comment.