diff --git a/library/GNUmakefile.os4 b/library/GNUmakefile.os4 index 6fcd170..80c5e62 100644 --- a/library/GNUmakefile.os4 +++ b/library/GNUmakefile.os4 @@ -58,10 +58,10 @@ LOG_COMMAND := WARNINGS := \ -Wall -W -Wpointer-arith -Wsign-compare -Wmissing-prototypes \ - -Wundef -Wbad-function-cast -Wmissing-declarations -Wunused -Wwrite-strings \ + -Wundef -Wmissing-declarations -Wunused -Wwrite-strings \ -Wno-deprecated-declarations \ -# -Wconversion -Wshadow +# -Wconversion -Wshadow -Wbad-function-cast INCLUDES := -Iinclude -I. -I$(SDK_INCLUDE) OPTIONS := -DUSE_64_BIT_INTS -D__USE_INLINE__ -Wa,-mregnames -fno-builtin -fno-common -std=c99 -mcrt=clib2