summaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r--gcc/c-tree.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h
index 7b71e2bf881..7257888a8ad 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -400,6 +400,10 @@ extern int flag_traditional;
extern int warn_parentheses;
+/* Warn if initializer is not completely bracketed. */
+
+extern int warn_missing_braces;
+
/* Nonzero means this is a function to call to perform comptypes
on two record types. */