-
Notifications
You must be signed in to change notification settings - Fork 0
/
.syntastic_c_config
66 lines (66 loc) · 1.07 KB
/
.syntastic_c_config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
-D_GNU_SOURCE
-fanalyzer
-fno-delete-null-pointer-checks
-fno-strict-aliasing
-fPIE
-fstack-protector
-ftrapv
-g
-I-
-iquote./include
-Og
-pedantic
-pedantic-errors
-std=c99
-Wall
-Walloca
-Walloc-zero
-Warray-bounds=2
-Wattribute-alias=2
-Wbad-function-cast
-Wcast-align
-Wcast-qual
-Wdangling-else
-Wdate-time
-Wdouble-promotion
-Wduplicated-branches
-Wduplicated-cond
-Wextra
-Wfloat-equal
-Wformat=2
-Wformat-overflow=2
-Wformat-signedness
-Wformat-truncation=2
-Wimplicit-fallthrough=4
-Winit-self
-Wjump-misses-init
-Wlogical-op
-Wmissing-declarations
-Wmissing-include-dirs
-Wmissing-prototypes
-Wnested-externs
-Wno-missing-field-initializers
-Wno-overlength-strings
-Wno-parentheses
-Wno-pointer-sign
-Wnormalized=nfkc
-Wnull-dereference
-Wold-style-definition
-Wpacked
-Wredundant-decls
-Wreturn-local-addr
-Wshift-overflow=2
-Wstack-protector
-Wstrict-overflow=5
-Wstrict-prototypes
-Wstringop-overflow=4
-Wstringop-truncation
-Wswitch-default
-Wswitch-enum
-Wtrampolines
-Wuninitialized
-Wunsafe-loop-optimizations
-Wunused-const-variable=2
-Wunused-parameter
-Wvla
-Wwrite-strings