refactor(peachmsg): migrate to nullptr, -std=c23; docs: update C references to C23

This commit is contained in:
2026-07-02 02:09:00 -04:00
parent c529815d54
commit dfafc08fde
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ CFLAGS = `$(PKG_CONFIG) --cflags $(PKGS) wlroots-0.20` \
$(XWAYLAND) -g -Wall -Wextra -Wno-unused-parameter -O2 -std=c23
LDLIBS = `$(PKG_CONFIG) --libs $(PKGS) wlroots-0.20` -lm $(LIBS)
SMSG_CFLAGS = `$(PKG_CONFIG) --cflags wayland-client` -Wall -Wextra -Wno-unused-parameter
SMSG_CFLAGS = `$(PKG_CONFIG) --cflags wayland-client` -Wall -Wextra -Wno-unused-parameter -std=c23
SMSG_LDLIBS = `$(PKG_CONFIG) --libs wayland-client`
SCANNER = $(shell $(PKG_CONFIG) --variable=wayland_scanner wayland-scanner)