resolve unused parameter warnings in USER-ATC package
This commit is contained in:
@ -641,6 +641,7 @@ void CSlib::onefield(int ftype, int flen, int &nbytes, int &nbytesround)
|
||||
else if (ftype == 3) bigbytes = biglen * sizeof(float);
|
||||
else if (ftype == 4) bigbytes = biglen * sizeof(double);
|
||||
else if (ftype == 5) bigbytes = biglen * sizeof(char);
|
||||
else bigbytes = 0;
|
||||
bigbytesround = roundup(bigbytes,8);
|
||||
|
||||
if (nbuf + bigbytesround > INT_MAX)
|
||||
|
||||
Reference in New Issue
Block a user