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

And this is not good.
pull/534/merge
Paul Sokolovsky 2014-04-30 04:14:31 +03:00
rodzic da9f27103d
commit 851c856585
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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