mirror of
https://github.com/matrix-construct/construct
synced 2024-11-04 21:08:57 +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
|
||||
//
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wstack-usage"
|
||||
#pragma GCC diagnostic ignored "-Wstack-usage="
|
||||
ircd::db::row::row(database &d,
|
||||
const string_view &key,
|
||||
const vector_view<const string_view> &colnames,
|
||||
|
|
Loading…
Reference in a new issue