summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
authorGordon McNab <[email protected]>2021-12-08 10:05:32 +0000
committerGordon McNab <[email protected]>2021-12-08 10:05:32 +0000
commitfa06bd01c97a3a14215ea145764c09aecaa0dd79 (patch)
treecf2b2adaf093f906388fd8b943bbbbf0b54a3a21 /examples/make.mk
parent45869958f6066fe4d195c62423cba2fec1886cbc (diff)
Merge in upstream changes
Merge upstream changes and expand example support to hid examples.
Diffstat (limited to 'examples/make.mk')
-rw-r--r--examples/make.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/make.mk b/examples/make.mk
index 793c40aa2..e1cd0af2a 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -104,10 +104,11 @@ 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