Skip to content
Snippets Groups Projects
Commit 851c8565 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

nlr.h: As we treat all warnings as errors, can't use #warning.

And this is not good.
parent da9f2710
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment