Преглед изворни кода

Avoid error on `implicit-function-declaration`

pull/2682/head
Ray пре 2 година
родитељ
комит
482dbfc52e
1 измењених фајлова са 1 додато и 1 уклоњено
  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)
nv">CFLAGS += -Werror=implicit-function-declaration
c1">#CFLAGS += -Werror=implicit-function-declaration
endif
ifeq ($(PLATFORM),PLATFORM_WEB)
# -Os # size optimization

Loading…
Откажи
Сачувај