Avoid warning about signedness in argument.
This commit is contained in:
parent
7fc7ede45d
commit
19c890c505
@ -171,7 +171,7 @@ static int Message_Initialize(
|
|||||||
dvoid *descriptor) // descriptor to get information from
|
dvoid *descriptor) // descriptor to get information from
|
||||||
{
|
{
|
||||||
ub4 dbnameLength;
|
ub4 dbnameLength;
|
||||||
text *dbname;
|
char *dbname;
|
||||||
sword status;
|
sword status;
|
||||||
|
|
||||||
// determine type
|
// determine type
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user