quiet compiler warning
This commit is contained in:
@@ -100,7 +100,7 @@ bool putDoubleToString (
|
||||
if ( nChar < 1 ) {
|
||||
return false;
|
||||
}
|
||||
assert ( nChar < strSize );
|
||||
assert ( size_t(nChar) < strSize );
|
||||
#else
|
||||
int nChar = epicsSnprintf (
|
||||
pString, strSize-1, "%g", in );
|
||||
|
||||
Reference in New Issue
Block a user