fixed mcstashm.c:169: warning: assignment makes integer from pointer without a cast
mcstashm.c:200: warning: assignment from incompatible pointer type
This commit is contained in:
@ -158,7 +158,7 @@ static float McHMGetTime(pHistDriver self, SConnection *pCon){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*--------------------------------------------------------------------------*/
|
/*--------------------------------------------------------------------------*/
|
||||||
static int McHMPreset(pHistDriver self, SConnection *pCon, HistInt *val){
|
static int McHMPreset(pHistDriver self, SConnection *pCon, HistInt val){
|
||||||
int i;
|
int i;
|
||||||
long length;
|
long length;
|
||||||
HistInt *data;
|
HistInt *data;
|
||||||
|
Reference in New Issue
Block a user