From a4955a4283b1b1a9c98b7de114ca864ed57e8650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matt=C3=A9o=20Delabre=20=E2=9C=8F?= Date: Tue, 25 Oct 2016 06:53:22 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20des=20flags=20dans=20l'=C3=A9diteu?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gcc-flags.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gcc-flags.json b/.gcc-flags.json index fe10868..9c68854 100644 --- a/.gcc-flags.json +++ b/.gcc-flags.json @@ -2,7 +2,7 @@ "Paramètres de l'extension Atom linter-gcc": null, "-----------------------------------------": null, "execPath": "/usr/bin/gcc", - "gccDefaultCppFlags": "-c -Wall -std=c99 -o /dev/null", + "gccDefaultCFlags": "-c -Wall -std=c99 -o /dev/null", "gccIncludePaths": "./inc", "gccSuppressWarnings": false }