From 18ddf2c516a3967f4e351de9a724637f01a309f2 Mon Sep 17 00:00:00 2001 From: Ren Baoshuo Date: Fri, 19 Nov 2021 11:22:47 +0800 Subject: [PATCH] feat: set c version to c17 --- .vscode/c_cpp_properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 1696930e..3ec2c860 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -41,7 +41,7 @@ "_UNICODE" ], "compilerPath": "/usr/bin/g++", - "cStandard": "c89", + "cStandard": "c17", "cppStandard": "c++14", "intelliSenseMode": "gcc-x64", "compilerArgs": [