mirror of https://github.com/YosysHQ/abc.git
Compiler warning.
This commit is contained in:
parent
83cd20d647
commit
c1fa07db4d
|
|
@ -73,7 +73,7 @@ void Gia_ManReportProgress( FILE * pFile, int prop_no, int depth )
|
|||
extern int Gia_ManToBridgeProgress( FILE * pFile, int Size, unsigned char * pBuffer );
|
||||
char buf[100];
|
||||
sprintf(buf, "property: safe<%d>\nbug-free-depth: %d\n", prop_no, depth);
|
||||
Gia_ManToBridgeProgress(pFile, strlen(buf), buf);
|
||||
Gia_ManToBridgeProgress(pFile, strlen(buf), (unsigned char *)buf);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue