diff options
author | Ira Ruben <ira@gcc.gnu.org> | 2002-01-10 18:51:24 +0000 |
---|---|---|
committer | Ira Ruben <ira@gcc.gnu.org> | 2002-01-10 18:51:24 +0000 |
commit | e23bd2185fae41772d012231e005b789b3a9e6dc (patch) | |
tree | ea5ad261c8b70074c9c7c1c74de2f56e14b206cd /gcc/flags.h | |
parent | 47073a382432479b397a1654da5a24354e3f368a (diff) | |
download | gcc-e23bd2185fae41772d012231e005b789b3a9e6dc.zip gcc-e23bd2185fae41772d012231e005b789b3a9e6dc.tar.gz gcc-e23bd2185fae41772d012231e005b789b3a9e6dc.tar.bz2 |
Added __attribute__((deprecated)) patches.
From-SVN: r48743
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index 49fdaa0..65353e6 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -169,6 +169,11 @@ extern int warn_padded; extern int warn_disabled_optimization; +/* Nonzero means warn about uses of __attribute__((deprecated)) + declarations. */ + +extern int warn_deprecated_decl; + /* Nonzero if generating code to do profiling. */ extern int profile_flag; |