8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 04:43:03 +01:00

Generate named structs in GPRE to not have a lot of warnings in GCC

This commit is contained in:
asfernandes 2008-02-17 15:47:43 +00:00
parent 4119455b8b
commit bc9ae27d0a

View File

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