We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9f271 commit 851c856Copy full SHA for 851c856
1 file changed
py/nlr.h
@@ -22,7 +22,7 @@ struct _nlr_buf_t {
22
void *regs[10];
23
#else
24
#define MICROPY_NLR_SETJMP (1)
25
- #warning "No native NLR support for this arch, using setjmp implementation"
+ //#warning "No native NLR support for this arch, using setjmp implementation"
26
#endif
27
28
0 commit comments