From 04d5042e5facf5f115546f164085d2dab20fd2f4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 2 Mar 2018 13:36:06 +0100 Subject: [PATCH] Refine .cquery. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .cquery | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cquery b/.cquery index 6d0c4db..9e6ef79 100644 --- a/.cquery +++ b/.cquery @@ -1,4 +1,4 @@ -clang --xc --std=c11 +%clang +%c -std=c11 +%cpp -std=c++11 -Weverything -- 2.34.1