These no longer compile because the warning now defaults to an error after #157364, so downgrade the error to a warning for now; I’m not familiar enough with either LLDB or MacOS to fix these warnings properly (assuming they’re unintended).
5 lines
108 B
Makefile
5 lines
108 B
Makefile
C_SOURCES := main.c
|
|
CFLAGS_EXTRAS := -std=c99 -Wno-error=incompatible-pointer-types
|
|
|
|
include Makefile.rules
|