From c7f29cac7c64f71324cf289e774033245e3bf320 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Sat, 29 Nov 2025 01:20:31 +0100 Subject: feat: better install script, move vis & tmux stuff to dotfiles repo --- fetcha/Makefile | 2 +- fetcha/fetcha.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'fetcha') diff --git a/fetcha/Makefile b/fetcha/Makefile index d4e13c2..95b2464 100644 --- a/fetcha/Makefile +++ b/fetcha/Makefile @@ -5,7 +5,7 @@ VERSION = 1.0.0 CC = cc CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"${VERSION}\" -CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -MMD ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Wno-format-truncation -Os -MMD ${CPPFLAGS} LDFLAGS = -lX11 SRC = fetcha.c modules.c diff --git a/fetcha/fetcha.c b/fetcha/fetcha.c index 12b80ce..2466b71 100644 --- a/fetcha/fetcha.c +++ b/fetcha/fetcha.c @@ -517,6 +517,4 @@ main(void) free_ascii(&art); return 0; - - } -- cgit v1.2.3