Remove #pragma ... "-Wformat-nonliteral"

Seems to have been accidentally left behind when time64_to_string()
was (re)moved
This commit is contained in:
Richard Cohen 2023-03-29 10:08:37 +01:00
parent 1f43bbc798
commit 3c34a61776

View File

@ -455,8 +455,6 @@ GncSqlBackend::write_schedXactions()
return is_ok;
}
#pragma GCC diagnostic warning "-Wformat-nonliteral"
void
GncSqlBackend::sync(QofBook* book)
{