From 4d47eb99842b53d3e02d06c189d89e731f8361a3 Mon Sep 17 00:00:00 2001 From: Antti K Date: Tue, 29 Jul 2014 16:49:25 +0200 Subject: Convert simple macros to C99 constants Constants are type-checked; macros aren't. --- compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compile') diff --git a/compile b/compile index 5e1dc51..16df9d3 100755 --- a/compile +++ b/compile @@ -1 +1 @@ -clang -o xkbcat -lX11 xkbcat.c +clang --std=c11 -Wall -o xkbcat -lX11 xkbcat.c -- cgit v1.3-2-g0d8e