Skip to content

Commit 851c856

Browse files
committed
nlr.h: As we treat all warnings as errors, can't use #warning.
And this is not good.
1 parent da9f271 commit 851c856

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/nlr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ struct _nlr_buf_t {
2222
void *regs[10];
2323
#else
2424
#define MICROPY_NLR_SETJMP (1)
25-
#warning "No native NLR support for this arch, using setjmp implementation"
25+
//#warning "No native NLR support for this arch, using setjmp implementation"
2626
#endif
2727
#endif
2828

0 commit comments

Comments
 (0)