08.07.2012, 11:41
How to fix this error?
(3720) : warning 203: symbol is never used: "connectionHandle"
(3720) : warning 203: symbol is never used: "unEscapedString"
2 Warnings.
(3720) : warning 203: symbol is never used: "connectionHandle"
(3720) : warning 203: symbol is never used: "unEscapedString"
2 Warnings.
Код:
stock g_mysql_ReturnEscaped(unEscapedString[], connectionHandle)
{
new EscapedString[256];
return EscapedString;
}


