src/parser.y:93.1-13: warning: deprecated directive, use ‘%name-prefix’ [-Wdeprecated] %name-prefix="nft_" ^^^^^^^^^^^^^ Reported-by: Anatol Pomozov <anatol.pomozov@xxxxxxxxx> Signed-off-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> --- src/parser.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser.y b/src/parser.y index cfe1e86..a49e5c2 100644 --- a/src/parser.y +++ b/src/parser.y @@ -90,7 +90,7 @@ static void location_update(struct location *loc, struct location *rhs, int n) /* Declaration section */ -%name-prefix="nft_" +%name-prefix "nft_" %debug %pure-parser %parse-param { void *scanner } -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html