You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
385 B
9 lines
385 B
-Werror=cast-function-type
|
|
#
|
|
# For GCC 8, promote maybe-initialized warnings to an error. GCC 8
|
|
# reports 0 maybe-uninitialized warnings where earlier versions
|
|
# make many false reports. GCC 8 seems to analyze calls to static
|
|
# in order to detect initializations that occur there. It's possible
|
|
# that GCC 8 only performs that analysis at -O3, though.
|
|
#
|
|
-Werror=maybe-uninitialized
|
|
|