mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 16:46:50 +01:00
ircd:Ⓜ️ Suppress subobject linkage warnings here for now.
This commit is contained in:
parent
610d4ad9da
commit
623f4fec8c
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,8 @@ namespace ircd::m
|
||||||
/// protocol uses a JSON authorization object to create the X-Matrix
|
/// protocol uses a JSON authorization object to create the X-Matrix
|
||||||
/// authorization header on federation requests.
|
/// authorization header on federation requests.
|
||||||
///
|
///
|
||||||
|
#pragma GCC diagnostic push
|
||||||
|
#pragma GCC diagnostic ignored "-Wsubobject-linkage"
|
||||||
struct ircd::m::request
|
struct ircd::m::request
|
||||||
:json::tuple
|
:json::tuple
|
||||||
<
|
<
|
||||||
|
@ -61,6 +63,7 @@ struct ircd::m::request
|
||||||
using super_type::tuple;
|
using super_type::tuple;
|
||||||
request() = default;
|
request() = default;
|
||||||
};
|
};
|
||||||
|
#pragma GCC diagnostic pop
|
||||||
|
|
||||||
struct ircd::m::request::x_matrix
|
struct ircd::m::request::x_matrix
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue