summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-10-01 16:09:18 +0700
committerGitHub <[email protected]>2019-10-01 16:09:18 +0700
commitd3e48da5a1266a88f5f0fdfe28818c8599b09844 (patch)
tree156cd459525df4b049a41c6afffc73b1dc75b4a9 /examples/make.mk
parent64467010410a8f08f77061b3f389ff7d71ddca84 (diff)
parent6479ee53d5ecaf2b47b59979239ac31868779c05 (diff)
Merge pull request #191 from hathach/develop
fix #161 and enable -Wextra for more warnings
Diffstat (limited to 'examples/make.mk')
-rw-r--r--examples/make.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/make.mk b/examples/make.mk
index f35195fde..22d8f7455 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -56,6 +56,7 @@ CFLAGS += \
-Wno-endif-labels \
-Wstrict-prototypes \
-Wall \
+ -Wextra \
-Werror \
-Werror-implicit-function-declaration \
-Wfatal-errors \