Explorar o código

Avoid error on `implicit-function-declaration`

Ray %!s(int64=3) %!d(string=hai) anos
pai
achega
482dbfc52e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Makefile

+ 1 - 1
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