Browse Source

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

pull/5446/head
Damien George 5 years ago
parent
commit
300eb65ae7
  1. 2
      py/nlrx86.c

2
py/nlrx86.c

@ -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

Loading…
Cancel
Save