summaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
diff options
context:
space:
mode:
authormerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>1996-02-19 10:22:57 +0000
committermerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>1996-02-19 10:22:57 +0000
commitd46616735165115e9562cfba5a14621d472341cd (patch)
tree405d2d0ed4282f3b10baf257836669f8681509e6 /gcc/c-tree.h
parent73d253e1197953b9a6fcdc02c2dac4e70851ecfe (diff)
downloadgcc-d46616735165115e9562cfba5a14621d472341cd.tar.gz
warn_sign_compare
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11298 138bc75d-0d04-0410-961f-82ee72b054a4
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 bb90048b11f..4538f4b32ac 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. */