diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-04-14 17:14:44 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-04-14 17:14:44 -0700 |
| commit | b580b34cbf1c48ef3de1dbeb5f44ec3d06b704af (patch) | |
| tree | 9ec02ce5a6e78fb0383058972d09938813f39db3 /py/py.mk | |
| parent | 7dfcae6067ee07ad644278a66aaa114759b181a8 (diff) | |
| parent | 7ed1483b89d24bb4dd44f9c4c8271c438303b9fe (diff) | |
Merge remote-tracking branch 'adafruit/master' into lower_power
Diffstat (limited to 'py/py.mk')
| -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. |
