forked from Barro/compiler-warnings
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathwarnings-unique-4.2.txt
116 lines (116 loc) · 3.05 KB
/
warnings-unique-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
114
115
116
--all-warnings
--extra-warnings
--pedantic
-pedantic
-W
-Wabi # Applies to C++,ObjC++
-Waddress
-Waggregate-return
-Wall
-Wassign-intercept # Applies to ObjC,ObjC++
-Wattributes # Enabled by default.
-Wbad-function-cast # Applies to C,ObjC
-Wc++-compat # Applies to C,ObjC
-Wcast-align
-Wcast-qual
-Wchar-subscripts
-Wcomment
-Wcomments
-Wconversion
-Wctor-dtor-privacy # Applies to C++,ObjC++
-Wdeclaration-after-statement # Applies to C,ObjC
-Wdeprecated # Enabled by default. Applies to C++,ObjC++
-Wdeprecated-declarations # Enabled by default.
-Wdisabled-optimization
-Wdiv-by-zero # Enabled by default.
-Weffc++ # Applies to C++,ObjC++
-Wendif-labels
-Werror-implicit-function-declaration # Applies to C,ObjC
-Wextra
-Wfloat-equal
-Wformat
-Wformat-extra-args
-Wformat-nonliteral
-Wformat-security
-Wformat-y2k
-Wformat-zero-length # Applies to C,ObjC
-Wformat=
-Wimplicit
-Wimplicit-function-declaration # Enabled by default. Applies to C,ObjC
-Wimplicit-int # Applies to C,ObjC
-Wimport
-Winit-self
-Winline
-Wint-to-pointer-cast # Enabled by default. Applies to C,ObjC
-Winvalid-offsetof # Enabled by default. Applies to C++,ObjC++
-Winvalid-pch
-Wlarger-than-<number>
-Wlong-long # Enabled by default.
-Wmain # Applies to C,ObjC
-Wmissing-braces
-Wmissing-declarations # Applies to C,ObjC
-Wmissing-field-initializers # Enabled by default.
-Wmissing-format-attribute
-Wmissing-include-dirs
-Wmissing-noreturn
-Wmissing-prototypes # Applies to C,ObjC
-Wmultichar
-Wnested-externs # Applies to C,ObjC
-Wnon-template-friend # Enabled by default. Applies to C++,ObjC++
-Wnon-virtual-dtor # Applies to C++,ObjC++
-Wnonnull # Applies to C,ObjC
-Wnormalized=<id|nfc|nfkc>
-Wold-style-cast # Applies to C++,ObjC++
-Wold-style-definition # Applies to C,ObjC
-Woverflow # Enabled by default.
-Woverlength-strings # Enabled by default.
-Woverloaded-virtual # Applies to C++,ObjC++
-Woverride-init # Enabled by default. Applies to C,ObjC
-Wpacked
-Wpadded
-Wparentheses
-Wpmf-conversions # Enabled by default. Applies to C++,ObjC++
-Wpointer-arith
-Wpointer-sign # Enabled by default. Applies to C,ObjC
-Wpointer-to-int-cast # Enabled by default. Applies to C,ObjC
-Wpragmas # Enabled by default.
-Wprotocol # Enabled by default. Applies to ObjC,ObjC++
-Wredundant-decls
-Wreorder # Applies to C++,ObjC++
-Wreturn-type
-Wselector # Applies to ObjC,ObjC++
-Wsequence-point
-Wshadow
-Wsign-compare # Enabled by default.
-Wsign-promo # Applies to C++,ObjC++
-Wstack-protector
-Wstrict-aliasing
-Wstrict-aliasing=
-Wstrict-null-sentinel # Applies to C++,ObjC++
-Wstrict-overflow
-Wstrict-overflow=
-Wstrict-prototypes # Applies to C,ObjC
-Wstrict-selector-match # Applies to ObjC,ObjC++
-Wswitch
-Wswitch-default
-Wswitch-enum
-Wsynth # Applies to C++,ObjC++
-Wsystem-headers
-Wtraditional # Applies to C,ObjC
-Wtrigraphs
-Wundeclared-selector # Applies to ObjC,ObjC++
-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