mirror of https://github.com/YosysHQ/abc.git
Compiler warning.
This commit is contained in:
parent
ed155f7f42
commit
b8db17b478
|
|
@ -157,7 +157,7 @@ typedef enum {
|
|||
|
||||
|
||||
// printing operator types
|
||||
static inline char * Abc_OperName( int Type )
|
||||
static inline const char * Abc_OperName( int Type )
|
||||
{
|
||||
if ( Type == ABC_OPER_NONE ) return NULL;
|
||||
if ( Type == ABC_OPER_PI ) return "pi";
|
||||
|
|
|
|||
Loading…
Reference in New Issue