Dear Friend,
I got the following warning message during compilation. Could you please help.
void *PC_VectGet (INT8U vect)
{
return (getvect(vect)) ; /*warning 14*/
}
Warnings->
..\..\..\..\Mic roC_OS-II\PC.C(433) : warning 14: 'return' : 'void *' differs in levels of indirection from 'int'
Rgds,
I got the following warning message during compilation. Could you please help.
void *PC_VectGet (INT8U vect)
{
return (getvect(vect)) ; /*warning 14*/
}
Warnings->
..\..\..\..\Mic roC_OS-II\PC.C(433) : warning 14: 'return' : 'void *' differs in levels of indirection from 'int'
Rgds,
Comment