We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aee9f9 commit 646e814Copy full SHA for 646e814
examples/Makefile
@@ -231,7 +231,7 @@ endif
231
# -Wno-missing-braces ignore invalid warning (GCC bug 53119)
232
# -Wno-unused-value ignore unused return values of some functions (i.e. fread())
233
# -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
+CFLAGS = -Wall -std=c99 -D_DEFAULT_SOURCE -Wno-missing-braces -Wno-unused-result
235
236
ifeq ($(BUILD_MODE),DEBUG)
237
CFLAGS += -g -D_DEBUG
0 commit comments