diff options
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r-- | gcc/c-decl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 0890a2a..3dcb055 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -489,6 +489,7 @@ c_decode_option (argc, argv) { "missing-prototypes", &warn_missing_prototypes }, { "multichar", &warn_multichar }, { "nested-externs", &warn_nested_externs }, + { "nonnull", &warn_nonnull }, { "parentheses", &warn_parentheses }, { "pointer-arith", &warn_pointer_arith }, { "redundant-decls", &warn_redundant_decls }, |