aboutsummaryrefslogtreecommitdiff
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 bb90048..4538f4b 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -477,6 +477,10 @@ extern int warn_parentheses;
extern int warn_missing_braces;
+/* Warn about comparison of signed and unsigned values. */
+
+int warn_sign_compare;
+
/* Nonzero means this is a function to call to perform comptypes
on two record types. */