diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-04-14 15:59:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-14 15:59:33 -0700 |
| commit | ada102dd986bb03186978579cc909da5c66772d6 (patch) | |
| tree | 36b3bc1afca2fb414e72a4482893720f9fd4eb91 /py | |
| parent | e063b066f0e1bc1dfbdbb354ec2cb01a548bea8b (diff) | |
| parent | 135fb5b8870050f8045dcea88c8896a1a35b493c (diff) | |
Merge pull request #2767 from jepler/update-ulab
ulab: Get updates from upstream
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. |
