viscal

cairo/gtk vi-like timeblocking calendar
git clone git://jb55.com/viscal
Log | Files | Refs | README | LICENSE

commit 615ce57cb0e3fc6e23dae71ebcd35de988dcd821
parent fa11f8f4bbb0a5ce46b205a725ab10b8cba96e63
Author: William Casarin <bill@casarin.me>
Date:   Sat, 14 Jan 2017 22:40:21 -0800

make int-conversion warnings an error

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -4,6 +4,7 @@ all: calendar CFLAGS=-Wall \ -Wextra \ -Wno-unused-parameter \ + -Werror=int-conversion \ -std=c99 \ -g \ `pkg-config --cflags --libs gtk+-3.0`