mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 04:03:03 +01:00
Generate named structs in GPRE to not have a lot of warnings in GCC
This commit is contained in:
parent
4119455b8b
commit
bc9ae27d0a
@ -3704,7 +3704,7 @@ static void make_ok_test( const act* action, const gpre_req* request, int column
|
||||
|
||||
static void make_port(const gpre_port* port, int column)
|
||||
{
|
||||
printa(column, "struct {");
|
||||
printa(column, "struct isc_%d_struct {", port->por_ident);
|
||||
|
||||
for (const ref* reference = port->por_references; reference;
|
||||
reference = reference->ref_next)
|
||||
|
Loading…
Reference in New Issue
Block a user