Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
cd590cbf
Commit
cd590cbf
authored
Jun 22, 2014
by
Paul Sokolovsky
Browse files
unix: Don't error out on #warning directive.
parent
ff5932a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
unix/Makefile
View file @
cd590cbf
...
...
@@ -18,7 +18,7 @@ INC += -I$(PY_SRC)
INC
+=
-I
$(BUILD)
# compiler settings
CWARN
=
-Wall
-Werror
CWARN
=
-Wall
-Werror
-Wno-error
=
cpp
CFLAGS
=
$(INC)
$(CWARN)
-ansi
-std
=
gnu99
-DUNIX
$(CFLAGS_MOD)
$(COPT)
$(CFLAGS_EXTRA)
# Debugging/Optimization
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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