diff --git a/utils/extconf.c b/utils/extconf.c index 2fdddc0282..4d2aa149d5 100644 --- a/utils/extconf.c +++ b/utils/extconf.c @@ -2979,7 +2979,7 @@ struct ast_sw { struct ast_ignorepat { const char *registrar; struct ast_ignorepat *next; - const char pattern[0]; + char pattern[0]; }; /*! \brief ast_context: An extension context */