diff options
| author | raysan5 <[email protected]> | 2021-07-30 12:48:09 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-07-30 12:48:09 +0200 |
| commit | 71373ee52468871e464e07000f8a602f373e906b (patch) | |
| tree | c7831af02b3bbff2c6a57fbaca3e50ca2b7ef1a9 | |
| parent | 1cc25d1a2d272202750c6250e84d4dfa87f5d845 (diff) | |
| download | raylib-71373ee52468871e464e07000f8a602f373e906b.tar.gz raylib-71373ee52468871e464e07000f8a602f373e906b.zip | |
Update Makefile
| -rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index aa183fd1..bded27e5 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 |
