Commit ecf75a07 by Alan Mishchenko

Compiler warnings.

parent fb6c9e85
......@@ -127,7 +127,7 @@ int Hsh_ManAdd( Hsh_Man_t * p, int iThis )
SeeAlso []
***********************************************************************/
Vec_Int_t * Hsh_ManHashData( int * pData, int nDatas, int nSize, int nInts )
Vec_Int_t * Hsh_ManHashData( unsigned * pData, int nDatas, int nSize, int nInts )
{
Vec_Int_t * vRes;
Hsh_Man_t * p;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment