From 764dafa29fdb42e331c3edc960f5938254ca77d5 Mon Sep 17 00:00:00 2001 From: Antti K Date: Tue, 29 Jul 2014 23:30:49 +0200 Subject: Consistency: Make default display a const char * Yep, `hostname` is a `const char *` too, even though it's potentially being assigned to. This is [unintuitive](http://stackoverflow.com/a/9834194/777586), but intentional. --- compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compile') diff --git a/compile b/compile index 4b8f85e..41d4254 100755 --- a/compile +++ b/compile @@ -1 +1 @@ -clang --std=gnu11 -Wall -o xkbcat -lX11 xkbcat.c +clang --std=gnu11 -pedantic -Wall -o xkbcat -lX11 xkbcat.c -- cgit v1.3-2-g0d8e