diff --git a/client/Makefile b/client/Makefile index 4acea9f..c441595 100644 --- a/client/Makefile +++ b/client/Makefile @@ -35,7 +35,7 @@ roleplay: $(OBJECTS) $(CPP) $(CFLAGS) $(LDFLAGS) -o $@ $^ %.o: %.cpp - $(CPP) $(CFLAGS) -c -o $@ $< + $(CPP) $(CFLAGS) -Wno-nullability-completeness -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-private-field -Wno-unused-variable -c -o $@ $< %.o: %.c $(CC) $(CFLAGS) -c -o $@ $<