summaryrefslogtreecommitdiffstatshomepage
path: root/compile
diff options
context:
space:
mode:
authorGravatar Antti K2014-07-29 16:49:25 +0200
committerGravatar Antti K2014-07-29 20:35:36 +0200
commit4d47eb99842b53d3e02d06c189d89e731f8361a3 (patch)
tree8ab427757132a8a6caae4031f145108bd334c540 /compile
parentc12aa06f8022fb9cb08b1e65dfed06aa4d8815f1 (diff)
downloadxkbcat-4d47eb99842b53d3e02d06c189d89e731f8361a3.tar.gz
xkbcat-4d47eb99842b53d3e02d06c189d89e731f8361a3.zip
Convert simple macros to C99 constants
Constants are type-checked; macros aren't.
Diffstat (limited to 'compile')
-rwxr-xr-xcompile2
1 files changed, 1 insertions, 1 deletions
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