summaryrefslogtreecommitdiff
path: root/gcc/flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/flags.h')
-rw-r--r--gcc/flags.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/flags.h b/gcc/flags.h
index 49fdaa0aa35..65353e61677 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;