mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
more C warning stuff
This commit is contained in:
parent
589a65612e
commit
7eb613f8ea
1 changed files with 7 additions and 2 deletions
|
@ -87,10 +87,15 @@ whoa=(
|
|||
-fdiagnostics-color=always
|
||||
-Wall
|
||||
-Wextra
|
||||
-Werror=implicit-function-declaration
|
||||
-Werror=uninitialized
|
||||
# -Winline # only for C
|
||||
# -Wshadow # only for C
|
||||
-Wwrite-strings
|
||||
|
||||
-Werror=implicit-function-declaration
|
||||
-Werror=uninitialized
|
||||
-Werror=missing-prototypes
|
||||
-Werror=format-security
|
||||
-Werror=undef
|
||||
|
||||
-Wno-unused
|
||||
-Wno-padded
|
||||
|
|
Loading…
Add table
Reference in a new issue