summaryrefslogtreecommitdiffstats
path: root/src/base
diff options
context:
space:
mode:
authorBaruch Sterin <baruchs@gmail.com>2022-01-21 22:51:36 +0200
committerBaruch Sterin <baruchs@gmail.com>2022-01-22 18:34:43 +0200
commit554a1693ac2bd81169b28227ea718527136f5e7e (patch)
tree5c359e8506c2ba9ddcd49abdbb494377aca609b1 /src/base
parent5b8fa41ba966271f97f99860b21eee83bf51e61a (diff)
downloadabc-554a1693ac2bd81169b28227ea718527136f5e7e.tar.gz
abc-554a1693ac2bd81169b28227ea718527136f5e7e.tar.bz2
abc-554a1693ac2bd81169b28227ea718527136f5e7e.zip
Move CI to GitHub Actions.
Also, a few minor changes that are required to compile ABC under moder compilers.
Diffstat (limited to 'src/base')
-rw-r--r--src/base/acb/acbTest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/acb/acbTest.c b/src/base/acb/acbTest.c
index 1faea72a..6290b88e 100644
--- a/src/base/acb/acbTest.c
+++ b/src/base/acb/acbTest.c
@@ -466,7 +466,7 @@ Gia_Man_t * Acb_NtkGiaDeriveMiter( Gia_Man_t * pOne, Gia_Man_t * pTwo, int Type
***********************************************************************/
void Acb_OutputFile( char * pFileName, Acb_Ntk_t * pNtkF, int * pModel )
{
- char * pFileName0 = pFileName? pFileName : "output";
+ const char * pFileName0 = pFileName? pFileName : "output";
FILE * pFile = fopen( pFileName0, "wb" );
if ( pFile == NULL )
{