py/nlrx86: Silence possible warnings about unused nlr argument.

This commit is contained in:
Damien George 2019-12-22 22:04:45 +11:00
parent 42e45bd694
commit 300eb65ae7
1 changed files with 0 additions and 2 deletions

View File

@ -56,9 +56,7 @@ __attribute__((used)) unsigned int nlr_push_tail(nlr_buf_t *nlr);
__attribute__((naked))
#endif
unsigned int nlr_push(nlr_buf_t *nlr) {
#if !USE_NAKED
(void)nlr;
#endif
__asm volatile (
#if UNDO_PRELUDE