Allow for warning-free build of libraries.
This commit is contained in:
@@ -518,6 +518,10 @@ static char IsAbortKey (char C)
|
|||||||
if (C == CH_STOP) {
|
if (C == CH_STOP) {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
#if !defined(CH_ESC) && !defined(CH_STOP)
|
||||||
|
/* Avoid compiler warning about unused parameter */
|
||||||
|
(void) C;
|
||||||
#endif
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user