Files
Sirraide 9b95e10d5e [LLDB] [Tests] Downgrade -Wincompatible-pointer-types to a warning in some tests (#158756)
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).
2025-09-16 02:02:01 +02:00

9 lines
143 B
Makefile

OBJC_SOURCES := main.m
CFLAGS_EXTRAS := -w -Wno-error=incompatible-pointer-types
LD_EXTRAS := -framework Foundation
include Makefile.rules