mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 15:30:52 +01:00
ircd::db: Fix pragma.
This commit is contained in:
parent
b088ebf228
commit
c1d915db7a
1 changed files with 1 additions and 1 deletions
|
@ -8389,7 +8389,7 @@ ircd::db::seek(row &r,
|
||||||
// row
|
// row
|
||||||
//
|
//
|
||||||
#pragma GCC diagnostic push
|
#pragma GCC diagnostic push
|
||||||
#pragma GCC diagnostic ignored "-Wstack-usage"
|
#pragma GCC diagnostic ignored "-Wstack-usage="
|
||||||
ircd::db::row::row(database &d,
|
ircd::db::row::row(database &d,
|
||||||
const string_view &key,
|
const string_view &key,
|
||||||
const vector_view<const string_view> &colnames,
|
const vector_view<const string_view> &colnames,
|
||||||
|
|
Loading…
Reference in a new issue