Home
last modified time | relevance | path

Searched refs:warn_format_zero_length (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/treelang/
H A DChangeLog92 warn_format_zero_length): Remove.
199 * treetree.c (warn_format_zero_length): Add.
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-opts.c844 warn_format_zero_length = on;
1417 if (warn_format_zero_length && !warn_format) in c_common_post_options()
H A Dc-common.h494 extern int warn_format_zero_length;
H A Dc-format.c42 warn_format_zero_length = setting;
1428 && res.number_other == 0 && warn_format_zero_length)
H A Dc-common.c326 int warn_format_zero_length; variable
H A DChangeLog.76772 * c-common.h (warn_format_zero_length): Declare extern.
6774 * c-format.c (warn_format_zero_length): Declare.
6775 (set_Wformat): Set warn_format_zero_length for -Wformat.
6777 warn_format_zero_length is true. Include the format type
/openbsd-src/gnu/gcc/gcc/treelang/
H A DChangeLog925 warn_format_zero_length): Remove.
1032 * treetree.c (warn_format_zero_length): Add.
/openbsd-src/gnu/gcc/gcc/
H A Dc.opt221 C ObjC Var(warn_format_zero_length)
H A Dc-format.c42 warn_format_zero_length = setting; in set_Wformat()