diff options
author | David Timber <mieabby@gmail.com> | 2020-01-01 08:47:51 +1100 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-01-01 08:47:51 +1100 |
commit | 6e456edb2757cf9d28d306afb836aa16780fb912 (patch) | |
tree | 2744c874583f03d70ef2aaeb405c74fb5b65ff75 /proone.code-workspace | |
parent | 85d78af0cd8b809abc28491c46c648a242053044 (diff) |
checkpoint
Diffstat (limited to 'proone.code-workspace')
-rw-r--r-- | proone.code-workspace | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/proone.code-workspace b/proone.code-workspace index 77878e2..97ca196 100644 --- a/proone.code-workspace +++ b/proone.code-workspace @@ -5,6 +5,15 @@ } ], "settings": { - "editor.insertSpaces": false + "editor.insertSpaces": false, + "C_Cpp.default.cStandard": "c11", + "C_Cpp.default.defines": [ + "_GNU_SOURCE"], + "C_Cpp.default.compilerArgs": [ + "-pedantic", + "-Wall", + "-Wextra", + "-Wno-switch", + "-Wno-unused-parameter"] } } |