add the rest of the flags (need to figure out a better way to do this)
This commit is contained in:
parent
e3bdb80e91
commit
e0edbc83d6
1 changed files with 17 additions and 0 deletions
17
.ccls
17
.ccls
|
@ -3,3 +3,20 @@ gcc
|
||||||
%h
|
%h
|
||||||
-Iinclude
|
-Iinclude
|
||||||
-D_GNU_SOURCE
|
-D_GNU_SOURCE
|
||||||
|
-Wall
|
||||||
|
-Wextra
|
||||||
|
-Wpedantic
|
||||||
|
-Wstrict-aliasing
|
||||||
|
-Wfloat-equal
|
||||||
|
-Wundef
|
||||||
|
-Wshadow
|
||||||
|
-Wpointer-arith
|
||||||
|
-Wcast-align
|
||||||
|
-Wstrict-prototypes
|
||||||
|
-Wstrict-overflow=5
|
||||||
|
-Wwrite-strings
|
||||||
|
-Wcast-qual
|
||||||
|
-Wswitch-default
|
||||||
|
-Wswitch-enum
|
||||||
|
-Wconversion
|
||||||
|
-Wunreachable-code
|
||||||
|
|
Loading…
Reference in a new issue