diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-04-14 10:08:07 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-04-14 15:37:36 -0500 |
| commit | 135fb5b8870050f8045dcea88c8896a1a35b493c (patch) | |
| tree | d19113fac8e4be04426e794b70f692909e820c3e /py | |
| parent | cc21bed0e40e10790478cb643b9e5bd831069804 (diff) | |
py.mk: update warning flags needed for ulab
Diffstat (limited to 'py')
| -rw-r--r-- | py/py.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ ulab.c \ vectorise.c \ ) CFLAGS_MOD += -DCIRCUITPY_ULAB=1 -DMODULE_ULAB_ENABLED=1 -$(BUILD)/extmod/ulab/code/%.o: CFLAGS += -Wno-sign-compare -Wno-missing-prototypes -Wno-unused-parameter -Wno-missing-declarations -Wno-error -Wno-shadow -Wno-maybe-uninitialized -DCIRCUITPY +$(BUILD)/extmod/ulab/code/%.o: CFLAGS += -Wno-float-equal -Wno-sign-compare -DCIRCUITPY endif # External modules written in C. |
