forked from Barro/compiler-warnings
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathwarnings-top-level-4.2.txt
113 lines (113 loc) · 1.91 KB
/
warnings-top-level-4.2.txt
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# enabled by default:
# -Wattributes
# -Wdeprecated
# -Wdeprecated-declarations
# -Wdiv-by-zero
# -Wimplicit-function-declaration
# -Wint-to-pointer-cast
# -Winvalid-offsetof
# -Wlong-long
# -Wmissing-field-initializers
# -Wnon-template-friend
# -Woverflow
# -Woverlength-strings
# -Woverride-init
# -Wpmf-conversions
# -Wpointer-sign
# -Wpointer-to-int-cast
# -Wpragmas
# -Wprotocol
# -Wsign-compare
-pedantic
-Wabi
-Waddress
-Waggregate-return
-Wall
-Wassign-intercept
-Wbad-function-cast
-Wc++-compat
-Wcast-align
-Wcast-qual
-Wchar-subscripts
-Wcomment
-Wcomments
-Wconversion
-Wctor-dtor-privacy
-Wdeclaration-after-statement
-Wdisabled-optimization
-Weffc++
-Wendif-labels
-Werror-implicit-function-declaration
-Wextra
-Wfloat-equal
-Wformat
-Wformat-extra-args
-Wformat-nonliteral
-Wformat-security
-Wformat-y2k
-Wformat-zero-length
-Wformat=
-Wimplicit
-Wimplicit-int
-Wimport
-Winit-self
-Winline
-Winvalid-pch
-Wlarger-than-<number>
-Wmain
-Wmissing-braces
-Wmissing-declarations
-Wmissing-format-attribute
-Wmissing-include-dirs
-Wmissing-noreturn
-Wmissing-prototypes
-Wmultichar
-Wnested-externs
-Wnon-virtual-dtor
-Wnonnull
-Wnormalized=<id|nfc|nfkc>
-Wold-style-cast
-Wold-style-definition
-Woverloaded-virtual
-Wpacked
-Wpadded
-Wparentheses
-Wpointer-arith
-Wredundant-decls
-Wreorder
-Wreturn-type
-Wselector
-Wsequence-point
-Wshadow
-Wsign-promo
-Wstack-protector
-Wstrict-aliasing
-Wstrict-aliasing=
-Wstrict-null-sentinel
-Wstrict-overflow
-Wstrict-overflow=
-Wstrict-prototypes
-Wstrict-selector-match
-Wswitch
-Wswitch-default
-Wswitch-enum
-Wsynth
-Wsystem-headers
-Wtraditional
-Wtrigraphs
-Wundeclared-selector
-Wundef
-Wuninitialized
-Wunknown-pragmas
-Wunreachable-code
-Wunsafe-loop-optimizations
-Wunused
-Wunused-function
-Wunused-label
-Wunused-macros
-Wunused-parameter
-Wunused-value
-Wunused-variable
-Wvariadic-macros
-Wvolatile-register-var
-Wwrite-strings