Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
851c8565
Commit
851c8565
authored
Apr 30, 2014
by
Paul Sokolovsky
Browse files
nlr.h: As we treat all warnings as errors, can't use #warning.
And this is not good.
parent
da9f2710
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/nlr.h
View file @
851c8565
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment