diff options
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index e3e4bb0..b49e2d1 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -737,6 +737,11 @@ extern int flag_permissive; extern int flag_enforce_eh_specs; +/* Nonzero means warn about things that will change when compiling + with an ABI-compliant compiler. */ + +extern int warn_abi; + /* Nonzero means warn about implicit declarations. */ extern int warn_implicit; |