mirror of
https://github.com/cc65/cc65.git
synced 2025-08-11 11:25:08 +00:00
Comment out the RegVal function using #if to get rid of the compiler warning
about an unused function. git-svn-id: svn://svn.cc65.org/cc65/trunk@4237 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -183,7 +183,8 @@ static short ZPRegVal (unsigned short Use, const RegContents* RC)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#if 0 /* Currently unused */
|
||||||
static short RegVal (unsigned short Use, const RegContents* RC)
|
static short RegVal (unsigned short Use, const RegContents* RC)
|
||||||
/* Return the contents of the given register */
|
/* Return the contents of the given register */
|
||||||
{
|
{
|
||||||
@@ -197,6 +198,7 @@ static short RegVal (unsigned short Use, const RegContents* RC)
|
|||||||
return ZPRegVal (Use, RC);
|
return ZPRegVal (Use, RC);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user