summaryrefslogtreecommitdiffstats
path: root/config/gnu-warnings/cxx-general
blob: 7e0655cd7b17a226824f497391b97d02876d55ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Note that some of the flags listed here really should be developer
# flags (listed in separate files, gnu-warnings-developer*) but we put
# them here because they are not raised by the current code and we'd like to
# know if they do start showing up.
#
# NOTE: Don't add -Wpadded here since we can't/won't fix the (many)
# warnings that are emitted. If you need it, add it from the
# environment variable at configure time.
-Wabi
-Wctor-dtor-privacy 
-Weffc++ 
##-Wendif-labels"
-Wnon-virtual-dtor 
-Wold-style-cast 
-Woverloaded-virtual 
-Wreorder 
-Wsign-promo 
##-Wunreachable-code"
##-Wvariadic-macros -