From 71373ee52468871e464e07000f8a602f373e906b Mon Sep 17 00:00:00 2001 From: raysan5 Date: Fri, 30 Jul 2021 12:48:09 +0200 Subject: [PATCH] Update Makefile --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile b/examples/Makefile index aa183fd17..bded27e53 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -195,7 +195,7 @@ endif # -std=gnu99 defines C language mode (GNU C from 1999 revision) # -Wno-missing-braces ignore invalid warning (GCC bug 53119) # -D_DEFAULT_SOURCE use with -std=c99 on Linux and PLATFORM_WEB, required for timespec -CFLAGS += -Wall -std=c99 -D_DEFAULT_SOURCE -Wno-missing-braces +CFLAGS += -Wall -std=c99 -D_DEFAULT_SOURCE -Wno-missing-braces -Wunused-result ifeq ($(BUILD_MODE),DEBUG) CFLAGS += -g