From d46616735165115e9562cfba5a14621d472341cd Mon Sep 17 00:00:00 2001 From: merrill Date: Mon, 19 Feb 1996 10:22:57 +0000 Subject: warn_sign_compare git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11298 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/c-tree.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc/c-tree.h') 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. */ -- cgit v1.2.1