Skip to content

Commit 646e814

Browse files
committed
Update Makefile
1 parent 5aee9f9 commit 646e814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ endif
231231
# -Wno-missing-braces ignore invalid warning (GCC bug 53119)
232232
# -Wno-unused-value ignore unused return values of some functions (i.e. fread())
233233
# -D_DEFAULT_SOURCE use with -std=c99 on Linux and PLATFORM_WEB, required for timespec
234-
CFLAGS = -Wall -std=c99 -D_DEFAULT_SOURCE -Wno-missing-braces -Wunused-result
234+
CFLAGS = -Wall -std=c99 -D_DEFAULT_SOURCE -Wno-missing-braces -Wno-unused-result
235235

236236
ifeq ($(BUILD_MODE),DEBUG)
237237
CFLAGS += -g -D_DEBUG

0 commit comments

Comments
 (0)