diff options
| author | Gordon McNab <[email protected]> | 2021-12-08 11:17:05 +0000 |
|---|---|---|
| committer | Gordon McNab <[email protected]> | 2021-12-08 11:17:05 +0000 |
| commit | 79f1f4e171393397f25e884792ecc33b2480e050 (patch) | |
| tree | b5ad138727a3b655ab992d0dd9c3df2001079794 /examples/make.mk | |
| parent | fa06bd01c97a3a14215ea145764c09aecaa0dd79 (diff) | |
Revert "Merge in upstream changes"
This reverts commit fa06bd01c97a3a14215ea145764c09aecaa0dd79.
Diffstat (limited to 'examples/make.mk')
| -rw-r--r-- | examples/make.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/make.mk b/examples/make.mk index e1cd0af2a..793c40aa2 100644 --- a/examples/make.mk +++ b/examples/make.mk @@ -104,11 +104,10 @@ CFLAGS += \ -Wmissing-format-attribute \ -Wunreachable-code \ -Wcast-align \ + -Wcast-function-type \ -Wcast-qual \ -Wnull-dereference -# -Wcast-function-type \ - # Debugging/Optimization ifeq ($(DEBUG), 1) CFLAGS += -Og |
