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

Fix cast warning

This commit is contained in:
brodsom 2003-09-04 13:45:06 +00:00
parent 2470310b67
commit c4179f6e13

View File

@ -4521,7 +4521,7 @@ static DSQL_NOD pass1_label(DSQL_REQ request, DSQL_NOD input)
assert(number > 0 && number <= request->req_loop_level);
return (DSQL_NOD) number;
return (DSQL_NOD)(SLONG) number;
}