diff options
| author | hathach <[email protected]> | 2019-10-29 16:21:31 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-10-29 16:21:31 +0700 |
| commit | de333a6f1879f43fde6e17f4dc866ad2ad77dc6b (patch) | |
| tree | f692478e3bf86647393c9d9b83374b6557993d0a /examples | |
| parent | 4e8c57171c7db9cf5e7110de5bf5d86bfae917cf (diff) | |
clean up warning, msp430 gcc 8.3 fixed the library lto issue
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/make.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/make.mk b/examples/make.mk index 4a2af3c22..95b2593bd 100644 --- a/examples/make.mk +++ b/examples/make.mk @@ -77,10 +77,6 @@ CFLAGS += \ -ffunction-sections \ -fdata-sections -ifneq ($(BOARD), msp_exp430f5529lp) - CFLAGS += -Wno-error=lto-type-mismatch -endif - # This causes lots of warning with nrf5x build due to nrfx code # CFLAGS += -Wcast-align |
