summaryrefslogtreecommitdiffhomepage
path: root/src/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2022-08-28 15:37:09 +0200
committerRay <[email protected]>2022-08-28 15:37:09 +0200
commit568fe42cb116bef9262066e9b8b7e2f462f8451a (patch)
tree71b7df566cd3e97eddb84e14e793b50667ceb82a /src/Makefile
parent482dbfc52ea57b9241677c8a2e103526f0be926f (diff)
downloadraylib-568fe42cb116bef9262066e9b8b7e2f462f8451a.tar.gz
raylib-568fe42cb116bef9262066e9b8b7e2f462f8451a.zip
Reviewed GLFW issue with `ppoll()` function
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index df8f9d0f..ea337604 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -348,7 +348,7 @@ endif
# -Wstrict-prototypes warn if a function is declared or defined without specifying the argument types
# -Werror=implicit-function-declaration catch function calls without prior declaration
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
- #CFLAGS += -Werror=implicit-function-declaration
+ CFLAGS += -Werror=implicit-function-declaration
endif
ifeq ($(PLATFORM),PLATFORM_WEB)
# -Os # size optimization