diff options
| author | hathach <[email protected]> | 2020-03-23 23:22:52 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-03-23 23:22:52 +0700 |
| commit | bc0779de0a703c0d048a6d745343a378700d341a (patch) | |
| tree | fa9ebd00f54b4518b9878ef37aad8531aed779e8 /examples/make.mk | |
| parent | 8a22eba7b4104e037fb10d86edfd9dd97421b156 (diff) | |
per review
- remove -Wno-error=lto-type-mismatch
- change back to unsigned int
Diffstat (limited to 'examples/make.mk')
| -rw-r--r-- | examples/make.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/make.mk b/examples/make.mk index 12ce3fd0c..5bba1cde7 100644 --- a/examples/make.mk +++ b/examples/make.mk @@ -74,7 +74,6 @@ CFLAGS += \ -Wno-deprecated-declarations \ -Wnested-externs \ -Wunreachable-code \ - -Wno-error=lto-type-mismatch \ -ffunction-sections \ -fdata-sections |
