diff --git a/include/stdexec/execution.hpp b/include/stdexec/execution.hpp index 46780ffbf..1b497c4db 100644 --- a/include/stdexec/execution.hpp +++ b/include/stdexec/execution.hpp @@ -85,8 +85,9 @@ STDEXEC_PRAGMA_PUSH() STDEXEC_PRAGMA_IGNORE_GNU("-Wpragmas") +STDEXEC_PRAGMA_IGNORE_GNU("-Wunknown-warning-option") STDEXEC_PRAGMA_IGNORE_GNU("-Wundefined-inline") -STDEXEC_PRAGMA_IGNORE_GNU("-Wundefined-internal") +STDEXEC_PRAGMA_IGNORE_GNU("-Wsubobject-linkage") namespace stdexec { // [exec.queries.queryable]