summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--py/nlr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/nlr.h b/py/nlr.h
index 05fe63d22d..6629285455 100644
--- a/py/nlr.h
+++ b/py/nlr.h
@@ -22,7 +22,7 @@ struct _nlr_buf_t {
void *regs[10];
#else
#define MICROPY_NLR_SETJMP (1)
- #warning "No native NLR support for this arch, using setjmp implementation"
+ //#warning "No native NLR support for this arch, using setjmp implementation"
#endif
#endif