0
0
Fork 0
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:
Jason Volk 2018-12-02 17:16:32 -08:00
parent b088ebf228
commit c1d915db7a

View file

@ -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,